Chromium Code Reviews| Index: test/mjsunit/harmony/module-resolution.js |
| =================================================================== |
| --- test/mjsunit/harmony/module-resolution.js (revision 11348) |
| +++ test/mjsunit/harmony/module-resolution.js (working copy) |
| @@ -129,7 +129,7 @@ |
| export module External at "external.js" |
| export module External1 = External |
| -export module ExternalA = External.A |
| +//export module ExternalA = External.A |
| export module InnerExternal { |
| export module E at "external.js" |
| } |