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 b156d8878..3f1170e40 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -68,6 +68,7 @@ class tests extends CompilerTest {
@Test def pos_nullarify = compileFile(posDir, "nullarify", "-Ycheck:nullarify" :: Nil)
@Test def pos_subtyping = compileFile(posDir, "subtyping")
@Test def pos_t2613 = compileFile(posSpecialDir, "t2613")(allowDeepSubtypes)
+ @Test def pos_packageObj = compileFile(posDir, "i0239")
@Test def pos_all = compileFiles(posDir, failedOther)