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

Unified Diff: ports/devenv/tests/jseval_test.js

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ports/devenv/tests/io2014_test.js ('k') | ports/emacs-x/Xsdl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/tests/jseval_test.js
diff --git a/ports/devenv/tests/jseval_test.js b/ports/devenv/tests/jseval_test.js
index 780b4fffa02e95b0a65415e140a200897a84fb38..49d94243d0ee688ac140ad403e8a3eef966d13f1 100644
--- a/ports/devenv/tests/jseval_test.js
+++ b/ports/devenv/tests/jseval_test.js
@@ -4,10 +4,12 @@
* found in the LICENSE file.
*/
+/* globals TEST_F, ASSERT_EQ, chrometest, NaClProcessManager */
+
'use strict';
// TODO(sbc): Remove this once html5f becomes the default for nacl-spawn
-NaClProcessManager.fsroot = '/'
+NaClProcessManager.fsroot = '/';
function run(nmf, cmd) {
var mgr = new NaClProcessManager();
« no previous file with comments | « ports/devenv/tests/io2014_test.js ('k') | ports/emacs-x/Xsdl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698