Index: test/mjsunit/debug-script.js |
diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js |
index 1cbdb376ccd28bf19aa67e4d09b1dd5aab0ed843..1a7283c5459343bccb405208bf7735d7764ab3a3 100644 |
--- a/test/mjsunit/debug-script.js |
+++ b/test/mjsunit/debug-script.js |
@@ -59,7 +59,7 @@ for (i = 0; i < scripts.length; i++) { |
} |
// This has to be updated if the number of native scripts change. |
-assertTrue(named_native_count == 16 || named_native_count == 17); |
+assertTrue(named_native_count == 17 || named_native_count == 18); |
// Only the 'gc' extension is loaded. |
assertEquals(1, extension_count); |
// This script and mjsunit.js has been loaded. If using d8, d8 loads |