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

Unified Diff: test/message/export-duplicate-as.out

Issue 2331003002: [modules] Make duplicate export error deterministic. (Closed)
Patch Set: Fix logic bug. Created 4 years, 3 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/export-duplicate-as.js ('k') | test/message/export-duplicate-default.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/export-duplicate-as.out
diff --git a/test/message/export-duplicate-as.out b/test/message/export-duplicate-as.out
index 1726d9491a39fab654093e6b6cda30d265cc015b..729de8a904094afbb245ef3793092ed97899f523 100644
--- a/test/message/export-duplicate-as.out
+++ b/test/message/export-duplicate-as.out
@@ -2,6 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
*%(basename)s:9: SyntaxError: Duplicate export of 'c'
-export { a, b as c };
- ^
+export { a, b as c, c, b };
+ ^
SyntaxError: Duplicate export of 'c'
« no previous file with comments | « test/message/export-duplicate-as.js ('k') | test/message/export-duplicate-default.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698