Index: test/mjsunit/modules-skip-cyclic.js |
diff --git a/test/mjsunit/modules-skip-cyclic.js b/test/mjsunit/modules-skip-cyclic.js |
deleted file mode 100644 |
index ad5d80608eaafe02be420c953c24a5a2d90e06eb..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/modules-skip-cyclic.js |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-// Copyright 2016 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 {b as a} from "modules-fail-cyclic-2.js"; |