| Index: test/mjsunit/debug-script.js
|
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js
|
| index 6e673f71c04dde745efe5c071683429af52e6e86..c61d7c5c2794af404fcc959dac157796c0ebfaff 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.
|
| -assertEquals(16, named_native_count);
|
| +assertEquals(17, named_native_count);
|
| // Only the 'gc' and (depending on flags) the 'i18n' extensions are loaded.
|
| assertTrue(extension_count == 1 || extension_count == 2);
|
| // This script and mjsunit.js has been loaded. If using d8, d8 loads
|
|
|