Chromium Code Reviews| Index: test/message/modules-duplicate-export3.out |
| diff --git a/test/message/modules-duplicate-export3.out b/test/message/modules-duplicate-export3.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3913a75c0289ead4e5954d312dcc1077f7e19a78 |
| --- /dev/null |
| +++ b/test/message/modules-duplicate-export3.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:9: SyntaxError: Duplicate export of 'x' |
| +export {y as x}; |
| + ^^^^^^ |
| +SyntaxError: Duplicate export of 'x' |
| + |