Chromium Code Reviews| Index: test/message/modules-star-conflict1.out |
| diff --git a/test/message/modules-star-conflict1.out b/test/message/modules-star-conflict1.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1a4986ad88209da44b2d2b72affb89e8e61e72fd |
| --- /dev/null |
| +++ b/test/message/modules-star-conflict1.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:7: SyntaxError: The requested module contains conflicting star exports for name 'a' |
| +import {a} from "../mjsunit/modules-skip-7.js"; |
| + ^ |
| +SyntaxError: The requested module contains conflicting star exports for name 'a' |
| + |