Index: test/mjsunit/debug-script.js |
=================================================================== |
--- test/mjsunit/debug-script.js (revision 4215) |
+++ test/mjsunit/debug-script.js (working copy) |
@@ -52,7 +52,7 @@ |
} |
// This has to be updated if the number of native scripts change. |
-assertEquals(13, named_native_count); |
+assertEquals(14, named_native_count); |
// If no snapshot is used, only the 'gc' extension is loaded. |
// If snapshot is used, all extensions are cached in the snapshot. |
assertTrue(extension_count == 1 || extension_count == 5); |