summaryrefslogtreecommitdiff
path: root/test/files/run/bridges.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bridges.scala')
-rw-r--r--test/files/run/bridges.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/bridges.scala b/test/files/run/bridges.scala
index 8c6c013ae1..91fd277f57 100644
--- a/test/files/run/bridges.scala
+++ b/test/files/run/bridges.scala
@@ -3580,7 +3580,7 @@ abstract class BarYIf[Y] { class I ; def f: I = {bar; null}; f; }
object Test {
var errors: Int = 0;
- def test(name: String, def test: Any, count: Int, value: String) = {
+ def test(name: String, test: => Any, count: Int, value: String) = {
try {
Help.init;
test;