Skip to content

Commit 7c5fa47

Browse files
committed
Isolate pos_S5.
1 parent 6cceaae commit 7c5fa47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/dotc/tests.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ class tests extends CompilerTest {
4545
val dotcDir = toolsDir + "dotc/"
4646
val coreDir = dotcDir + "core/"
4747

48+
@Test def pos_S5() = compileFile(posDir, "S5", twice)
49+
/*
4850
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
4951
@Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
5052
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
@@ -195,6 +197,6 @@ class tests extends CompilerTest {
195197
196198
val javaDir = "./tests/pos/java-interop/"
197199
@Test def java_all = compileFiles(javaDir, twice)
198-
200+
*/
199201
//@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
200202
}

0 commit comments

Comments
 (0)