From 9a3f810465fc27c47fab2ff0804d81954a0410ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= <andre.bargull@gmail.com> Date: Thu, 13 Aug 2015 18:13:45 +0200 Subject: [PATCH] Remove harness/runTestCase.js --- harness/runTestCase.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 harness/runTestCase.js diff --git a/harness/runTestCase.js b/harness/runTestCase.js deleted file mode 100644 index 8b24a1ca0e..0000000000 --- a/harness/runTestCase.js +++ /dev/null @@ -1,5 +0,0 @@ -function runTestCase(testcase) { - if (testcase() !== true) { - $ERROR("Test case returned non-true value!"); - } -} -- GitLab