Chromium Code Reviews| Index: test/message/modules-duplicate-export1.out |
| diff --git a/test/message/modules-duplicate-export1.out b/test/message/modules-duplicate-export1.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5b2478b3a20aa91450f544b3b373428e05606e51 |
| --- /dev/null |
| +++ b/test/message/modules-duplicate-export1.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:8: SyntaxError: Duplicate export of 'x' |
| +export let x = 42; |
| + ^^^^^^^^^^^ |
| +SyntaxError: Duplicate export of 'x' |
| + |