summaryrefslogtreecommitdiff
path: root/test/partest-tests/run/timeout.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/partest-tests/run/timeout.scala')
-rw-r--r--test/partest-tests/run/timeout.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/partest-tests/run/timeout.scala b/test/partest-tests/run/timeout.scala
deleted file mode 100644
index 91417b39ab..0000000000
--- a/test/partest-tests/run/timeout.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test {
- def main(args: Array[String]): Unit = {
- Thread.sleep(10000000)
- }
-}