Chromium Code Reviews| Index: test/mjsunit/harmony/module-parsing.js |
| diff --git a/test/mjsunit/harmony/module-parsing.js b/test/mjsunit/harmony/module-parsing.js |
| index cdd0a2e00d91671767ace6773e1b3c40fa06ce62..03948e31b9609f519378126582d9825d322206de 100644 |
| --- a/test/mjsunit/harmony/module-parsing.js |
| +++ b/test/mjsunit/harmony/module-parsing.js |
| @@ -116,6 +116,11 @@ x |
| , |
| y |
| +var |
| +x |
| +, |
| +y |
| + |
| export |
| var |
| v1 = 1 |