summaryrefslogtreecommitdiff
path: root/test/files/jvm/actor-sync-send-timeout.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/actor-sync-send-timeout.scala')
-rw-r--r--test/files/jvm/actor-sync-send-timeout.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/actor-sync-send-timeout.scala b/test/files/jvm/actor-sync-send-timeout.scala
index 42e0be4a8c..66a0b0a6ff 100644
--- a/test/files/jvm/actor-sync-send-timeout.scala
+++ b/test/files/jvm/actor-sync-send-timeout.scala
@@ -5,7 +5,7 @@ import scala.actors.Actor
/* This test is a regression test for SI-4759.
*/
val Runs = 5
-
+
def main(args: Array[String]) = {
var i = 0
while (i < Runs) {