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

Unified Diff: test/message/export-duplicate.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.js ('k') | test/message/export-duplicate-as.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/export-duplicate.out
diff --git a/test/message/export-duplicate.out b/test/message/export-duplicate.out
index e88779f5805370e47565c87126674e4b934d7c19..9811cb122cd0ef3f98f595611fa32f5d510aad24 100644
--- a/test/message/export-duplicate.out
+++ b/test/message/export-duplicate.out
@@ -1,7 +1,7 @@
# Copyright 2015 the V8 project authors. All rights reserved.
# 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 'a'
-export { a, b };
+*%(basename)s:10: SyntaxError: Duplicate export of 'b'
+export { b, c };
^
-SyntaxError: Duplicate export of 'a'
+SyntaxError: Duplicate export of 'b'
« no previous file with comments | « test/message/export-duplicate.js ('k') | test/message/export-duplicate-as.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698