summaryrefslogtreecommitdiff
path: root/test/files/pos/test5refine.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/test5refine.scala')
-rw-r--r--test/files/pos/test5refine.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/test5refine.scala b/test/files/pos/test5refine.scala
index 7efbf5a3f1..95670faa05 100644
--- a/test/files/pos/test5refine.scala
+++ b/test/files/pos/test5refine.scala
@@ -1,6 +1,6 @@
import scala._;
-module test {
+object test {
abstract trait F { type If; }