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