aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/testNegativePrereqTemplate.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/SputnikConverter/testNegativePrereqTemplate.js')
-rw-r--r--tools/SputnikConverter/testNegativePrereqTemplate.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/SputnikConverter/testNegativePrereqTemplate.js b/tools/SputnikConverter/testNegativePrereqTemplate.js
deleted file mode 100644
index ae1dbfe9b..000000000
--- a/tools/SputnikConverter/testNegativePrereqTemplate.js
+++ /dev/null
@@ -1,22 +0,0 @@
-{0}
-// Converted for Test262 from original Sputnik source
-
-ES5Harness.registerTest( {{
-id: "{1}",
-
-path: "TestCases/{2}",
-
-description: "{4}",
-
-test: function testcase() {{
- try {{
- (function() {{
- {5} {6} }})();
- }} catch (__e__) {{return true /* failure is success */}};
- return false /* but success is failure */
- }},
-
-precondition: function precond() {{
- {7}
- }}
-}});