summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js')
-rw-r--r--js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js b/js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js
new file mode 100644
index 0000000000..c550620327
--- /dev/null
+++ b/js/src/tests/test262/language/module-code/instn-iee-iee-cycle-2_FIXTURE.js
@@ -0,0 +1,17 @@
+// |reftest| skip -- not a test file
+// Copyright (C) 2016 the V8 project authors. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+export { b as a } from './instn-iee-iee-cycle.js';
+export { d as c } from './instn-iee-iee-cycle.js';
+export { f as e } from './instn-iee-iee-cycle.js';
+export { h as g } from './instn-iee-iee-cycle.js';
+export { j as i } from './instn-iee-iee-cycle.js';
+export { l as k } from './instn-iee-iee-cycle.js';
+export { n as m } from './instn-iee-iee-cycle.js';
+export { p as o } from './instn-iee-iee-cycle.js';
+export { r as q } from './instn-iee-iee-cycle.js';
+export { t as s } from './instn-iee-iee-cycle.js';
+export { v as u } from './instn-iee-iee-cycle.js';
+export { x as w } from './instn-iee-iee-cycle.js';
+export { z as y } from './instn-iee-iee-cycle.js';