summaryrefslogtreecommitdiff
path: root/test/files/run/runtime.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/runtime.scala')
-rw-r--r--test/files/run/runtime.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/runtime.scala b/test/files/run/runtime.scala
index 55b2d9d862..1a7141befa 100644
--- a/test/files/run/runtime.scala
+++ b/test/files/run/runtime.scala
@@ -92,7 +92,7 @@ object Test1Test {
object Test {
var errors: Int = 0;
- def test(bug: String, def test: Unit): Unit = {
+ def test(bug: String, test: => Unit): Unit = {
System.out.println("<<< bug " + bug);
try {
test;