From d42a28d07683d95e6dffd27cdb9078ebeb599c15 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 7 Apr 2017 14:46:17 +0200 Subject: Add ability to only compile run tests --- tests/partest-test/forkbomb.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/partest-test/forkbomb.scala (limited to 'tests') diff --git a/tests/partest-test/forkbomb.scala b/tests/partest-test/forkbomb.scala deleted file mode 100644 index 1d3cda172..000000000 --- a/tests/partest-test/forkbomb.scala +++ /dev/null @@ -1,7 +0,0 @@ -object Test { - def main(args: Array[String]): Unit = - while(true) - Runtime - .getRuntime() - .exec(Array("java", "-cp", System.getProperty("java.class.path"), "Test")); -} -- cgit v1.2.3