| Index: chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js b/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
|
| index 6ff163696858e75335abaf6e7bd9716040497316..e5f3e5bab4f5291f77b3319a39c888fa936ff364 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
|
| @@ -103,6 +103,7 @@ function runTests() {
|
| chrome.test.fail(error.name);
|
| });
|
| },
|
| +
|
| // Copy an existing file to a location which already holds a file.
|
| // Should fail.
|
| function copyEntryExistsError() {
|
|
|