Chromium Code Reviews| Index: test/mjsunit/debug-script.js |
| diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js |
| index 07f0e3c45928593d799626543d501613bd61dd8b..cdb06b878f0632dc12a8e3a402343133152e634a 100644 |
| --- a/test/mjsunit/debug-script.js |
| +++ b/test/mjsunit/debug-script.js |
| @@ -96,8 +96,8 @@ if (extension_gc_script) { |
| } |
| // Test a normal script. |
| -var mjsunit_js_script = Debug.findScript(/mjsunit.js/); |
| -assertTrue(/mjsunit.js/.test(mjsunit_js_script.name)); |
| +var mjsunit_js_script = Debug.findScript(/debug-script.js/); |
|
vogelheim
2015/01/16 12:37:23
nipitck: Change var name to match, ie. debug_js_sc
|
| +assertTrue(/debug-script.js/.test(mjsunit_js_script.name)); |
| assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type); |
| // Check a nonexistent script. |