summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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);