Index: test/mjsunit/harmony/modules-skip-4.js |
diff --git a/test/mjsunit/harmony/modules-skip-4.js b/test/mjsunit/harmony/modules-skip-4.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..761153671c094bb653621f78b2643c1fc5f0fedd |
--- /dev/null |
+++ b/test/mjsunit/harmony/modules-skip-4.js |
@@ -0,0 +1,6 @@ |
+// Copyright 2017 the V8 project authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+export * from 'modules-skip-1.js'; |
+export * from 'modules-skip-3.js'; |