summaryrefslogtreecommitdiff
path: root/test/files/detach-run/actor/ServerConsole.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/detach-run/actor/ServerConsole.scala')
-rw-r--r--test/files/detach-run/actor/ServerConsole.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/detach-run/actor/ServerConsole.scala b/test/files/detach-run/actor/ServerConsole.scala
index d38725ddee..8ebd9d4c2e 100644
--- a/test/files/detach-run/actor/ServerConsole.scala
+++ b/test/files/detach-run/actor/ServerConsole.scala
@@ -48,7 +48,7 @@ trait ServerConsole extends Thread {
}
terminate()
println("Server exited ("+mkTimeString(currentTime - startTime)+")")
- system.exit(0)
+ sys.exit(0)
}
protected def trace(msg: String) {