aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/testPrereqTemplate.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/SputnikConverter/testPrereqTemplate.js')
-rw-r--r--tools/SputnikConverter/testPrereqTemplate.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/SputnikConverter/testPrereqTemplate.js b/tools/SputnikConverter/testPrereqTemplate.js
deleted file mode 100644
index 0faf2536c..000000000
--- a/tools/SputnikConverter/testPrereqTemplate.js
+++ /dev/null
@@ -1,21 +0,0 @@
-{0}
-// Converted for Test262 from original Sputnik source
-
-ES5Harness.registerTest( {{
-id: "{1}",
-
-path: "TestCases/{2}",
-
-assertion: "{3}",
-
-description: "{4}",
-
-test: function testcase() {{
- {5} {6}
- }},
-
-precondition: function precond() {{
- {7}
- }}
-
-}});