Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: test/mjsunit/regress/regress-conditional-position.js

Issue 1654223003: Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/regress/regress-crbug-109362.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-conditional-position.js
diff --git a/test/mjsunit/regress/regress-conditional-position.js b/test/mjsunit/regress/regress-conditional-position.js
index 7f9d3034ffaaa459a9d7c6da6a003ab0eae93509..ae5a3acb5897ced5372a85a73de7d0dbb74e0d18 100644
--- a/test/mjsunit/regress/regress-conditional-position.js
+++ b/test/mjsunit/regress/regress-conditional-position.js
@@ -86,9 +86,9 @@ test(test1, 58);
test(test2, 65);
test(test3, 72);
-eval(test1.toString() + "//# sourceUrl=foo");
-eval(test2.toString() + "//# sourceUrl=foo");
-eval(test3.toString() + "//# sourceUrl=foo");
+eval(test1.toString() + "//@ sourceUrl=foo");
+eval(test2.toString() + "//@ sourceUrl=foo");
+eval(test3.toString() + "//@ sourceUrl=foo");
test(test1, 2);
test(test2, 3);
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/regress/regress-crbug-109362.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698