| Index: test/mjsunit/debug-setbreakpoint.js
|
| diff --git a/test/mjsunit/debug-setbreakpoint.js b/test/mjsunit/debug-setbreakpoint.js
|
| index 90dfcd136bd38b437cd22b5fe9f1be0c47d35fa4..8531c4e9358f407b46e184108eb6e7a363d2c0b9 100644
|
| --- a/test/mjsunit/debug-setbreakpoint.js
|
| +++ b/test/mjsunit/debug-setbreakpoint.js
|
| @@ -146,7 +146,7 @@ function g() {
|
| };
|
|
|
| eval('function h(){}');
|
| -eval('function sourceUrlFunc() { a = 2; }\n//@ sourceURL=sourceUrlScript');
|
| +eval('function sourceUrlFunc() { a = 2; }\n//# sourceURL=sourceUrlScript');
|
|
|
| o = {a:function(){},b:function(){}}
|
|
|
|
|