Chromium Code Reviews| Index: test/message/modules-import2.out |
| diff --git a/test/message/modules-import2.out b/test/message/modules-import2.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..317399a6db1e436f739cc894b931c255eef2d1ba |
| --- /dev/null |
| +++ b/test/message/modules-import2.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:7: SyntaxError: The requested module does not provide an export named 'a' |
| +import {a as b} from "modules-import2.js"; |
| + ^ |
| +SyntaxError: The requested module does not provide an export named 'a' |
| + |