Skip to content

Commit 791253b

Browse files
add pos_companions to the suite
1 parent e6706d1 commit 791253b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class tests extends CompilerTest {
9393
@Test def pos_packageObj = compileFile(posDir, "i0239", twice)
9494
@Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping", twice)
9595
@Test def pos_extmethods = compileFile(posDir, "extmethods", twice)
96+
@Test def pos_companions = compileFile(posDir, "companions", twice)
9697

9798
@Test def pos_all = compileFiles(posDir) // twice omitted to make tests run faster
9899

0 commit comments

Comments
 (0)