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