aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index b8423db38..403a99a19 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -93,6 +93,7 @@ class tests extends CompilerTest {
@Test def pos_packageObj = compileFile(posDir, "i0239", twice)
@Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping", twice)
@Test def pos_extmethods = compileFile(posDir, "extmethods", twice)
+ @Test def pos_companions = compileFile(posDir, "companions", twice)
@Test def pos_all = compileFiles(posDir) // twice omitted to make tests run faster