summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-17 15:27:50 +0000
committermichelou <michelou@epfl.ch>2006-01-17 15:27:50 +0000
commite81a5c80747db20db692b8c6e4f44374b527ca9d (patch)
treeaacb439c9af6a7e1a5782933766637606452cb0d
parentc0578852eb7d5ca0b117dcc147bdffc38c404c57 (diff)
downloadscala-e81a5c80747db20db692b8c6e4f44374b527ca9d.tar.gz
scala-e81a5c80747db20db692b8c6e4f44374b527ca9d.tar.bz2
scala-e81a5c80747db20db692b8c6e4f44374b527ca9d.zip
replaced ':' (deprecated) by 'requires' in test...
replaced ':' (deprecated) by 'requires' in test/files/pos/bug372.scala
-rw-r--r--test/files/pos/bug372.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug372.scala b/test/files/pos/bug372.scala
index d16585abbe..162248657b 100644
--- a/test/files/pos/bug372.scala
+++ b/test/files/pos/bug372.scala
@@ -1,4 +1,4 @@
// $Id$
class Bug372Names;
-class Bug372Symbols: (Bug372Symbols with Bug372Names);
+class Bug372Symbols requires (Bug372Symbols with Bug372Names);