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

Unified Diff: ports/gdb/tests/debugger_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/gdb/tests/common.js ('k') | ports/gdb/tests/gdb_background_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gdb/tests/debugger_test.js
diff --git a/ports/gdb/tests/debugger_test.js b/ports/gdb/tests/debugger_test.js
index 4802a795c2e86d9f81a179c99cd21768b9b4b04c..df027911b95d207ab27fc95e33e5b492332437e8 100644
--- a/ports/gdb/tests/debugger_test.js
+++ b/ports/gdb/tests/debugger_test.js
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+/* globals ASSERT_EQ, ASSERT_LE, ASSERT_GE, EXPECT_EQ, TEST_F, TEST */
+/* globals chrometest, TestModuleTest, waitForExtraModuleCount */
+/* globals waitIgnoringTerminal, ASSERT_TRUE, ASSERT_FALSE */
+
'use strict';
function DebugExtensionTest() {
« no previous file with comments | « ports/gdb/tests/common.js ('k') | ports/gdb/tests/gdb_background_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698