Skip to content

Commit 3105890

Browse files
committed
Treat i0239 specially. It shows some problems that could be of interest.
1 parent cb799be commit 3105890

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
@@ -68,6 +68,7 @@ class tests extends CompilerTest {
6868
@Test def pos_nullarify = compileFile(posDir, "nullarify", "-Ycheck:nullarify" :: Nil)
6969
@Test def pos_subtyping = compileFile(posDir, "subtyping")
7070
@Test def pos_t2613 = compileFile(posSpecialDir, "t2613")(allowDeepSubtypes)
71+
@Test def pos_packageObj = compileFile(posDir, "i0239")
7172

7273
@Test def pos_all = compileFiles(posDir, failedOther)
7374

0 commit comments

Comments
 (0)