| Index: test/mjsunit/debug-script.js
 | 
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js
 | 
| index b9dbc075e9fb35fe64345d66f861eca91a2b3c67..afaa36904285e0b80563fa435843d1b3fa438a96 100644
 | 
| --- a/test/mjsunit/debug-script.js
 | 
| +++ b/test/mjsunit/debug-script.js
 | 
| @@ -60,7 +60,7 @@ for (i = 0; i < scripts.length; i++) {
 | 
|  }
 | 
|  
 | 
|  // This has to be updated if the number of native scripts change.
 | 
| -assertEquals(14, named_native_count);
 | 
| +assertEquals(16, 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);
 | 
| 
 |