summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/modules-skip-cycle.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/modules-skip-cycle.js')
-rw-r--r--deps/v8/test/mjsunit/modules-skip-cycle.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/v8/test/mjsunit/modules-skip-cycle.js b/deps/v8/test/mjsunit/modules-skip-cycle.js
deleted file mode 100644
index b4adbc7ab3..0000000000
--- a/deps/v8/test/mjsunit/modules-skip-cycle.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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 {foo} from "modules-cycle.js";