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(); |