Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4708)

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/evil/test.js

Issue 412163002: [fsp] Fix linter issues in JS tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js b/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
index 7256f01dc620e81acfb714b18d1793bc94ec1023..f152e56011ef1e8edd4d6f3e56db099517e81709 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/evil/test.js
@@ -297,7 +297,8 @@ function runTests() {
function(error) {
onTestSuccess();
});
- }, ]);
+ }
+ ]);
}
// Setup and run all of the test cases.

Powered by Google App Engine
This is Rietveld 408576698