summaryrefslogtreecommitdiff
path: root/test/files/run/runtime.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2004-09-02 16:19:06 +0000
committerMartin Odersky <odersky@gmail.com>2004-09-02 16:19:06 +0000
commit7320ca34aad20a1c47715d265a85da7274b0eaf4 (patch)
treed463653247060d0d7d5b2139cbdada138215e554 /test/files/run/runtime.scala
parent5c259cbc76648b0e36e27b47e07a6066704c3f52 (diff)
downloadscala-7320ca34aad20a1c47715d265a85da7274b0eaf4.tar.gz
scala-7320ca34aad20a1c47715d265a85da7274b0eaf4.tar.bz2
scala-7320ca34aad20a1c47715d265a85da7274b0eaf4.zip
*** empty log message ***
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;