Skip to content

Commit b0c7eea

Browse files
committed
Isolate pos_S5.
1 parent 4ca434d commit b0c7eea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/dotc/tests.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class tests extends CompilerTest {
3737
val dotcDir = "./src/dotty/"
3838
val picklingDir = "./tests/pickling"
3939

40+
@Test def pos_S5() = compileFile(posDir, "S5", twice)
41+
42+
/*
4043
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
4144
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
4245
@Test def pickle_ast = compileDir(dotcDir + "tools/dotc/ast/", testPickling)

0 commit comments

Comments
 (0)