summaryrefslogtreecommitdiff
path: root/test/files/run/misc.scala
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-05-19 14:15:46 +0000
committerburaq <buraq@epfl.ch>2004-05-19 14:15:46 +0000
commit12ee4a22bf6572515dbf6308561db9ca3fe1c48d (patch)
tree49bb04cfa7c73734167c0ed1cff37da4abd7b729 /test/files/run/misc.scala
parent1b9da8e38cbe4bdc1cc81b9acad7bfb53069dcb8 (diff)
downloadscala-12ee4a22bf6572515dbf6308561db9ca3fe1c48d.tar.gz
scala-12ee4a22bf6572515dbf6308561db9ca3fe1c48d.tar.bz2
scala-12ee4a22bf6572515dbf6308561db9ca3fe1c48d.zip
fixed
Diffstat (limited to 'test/files/run/misc.scala')
-rw-r--r--test/files/run/misc.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/misc.scala b/test/files/run/misc.scala
index 1518efae1b..045a43e47c 100644
--- a/test/files/run/misc.scala
+++ b/test/files/run/misc.scala
@@ -240,7 +240,7 @@ System.out.println();
&& Foo(3,'a',Bar()).selectElement( 2 ) == Bar()
&& Foo(3,'a',Bar()).selectElement( 3 ) == null
&& Bar().numberOfElements == 0
- && Foo(3,'a',Bar()).numberOfElements() == 3);
+ && Foo(3,'a',Bar()).numberOfElements == 3);
//############################################################################