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

Unified Diff: test/message/import-reserved-word.js

Issue 952863006: Simplify error message logic in ParseImportNames (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed nit Created 5 years, 10 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/message/import-eval.out ('k') | test/message/import-reserved-word.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/import-reserved-word.js
diff --git a/test/mjsunit/harmony/modules.js b/test/message/import-reserved-word.js
similarity index 81%
copy from test/mjsunit/harmony/modules.js
copy to test/message/import-reserved-word.js
index e56880500ba359914bbdd7223b43335eac3cc038..1fd7ba291e7f64b41c183223bff35381b6621e27 100644
--- a/test/mjsunit/harmony/modules.js
+++ b/test/message/import-reserved-word.js
@@ -4,5 +4,4 @@
//
// MODULE
-export let a = 42;
-assertEquals(42, a);
+import { import } from "mod";
« no previous file with comments | « test/message/import-eval.out ('k') | test/message/import-reserved-word.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698