We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cceaae commit 7c5fa47Copy full SHA for 7c5fa47
test/dotc/tests.scala
@@ -45,6 +45,8 @@ class tests extends CompilerTest {
45
val dotcDir = toolsDir + "dotc/"
46
val coreDir = dotcDir + "core/"
47
48
+ @Test def pos_S5() = compileFile(posDir, "S5", twice)
49
+/*
50
@Test def pickle_pickleOK = compileDir(testsDir, "pickling", testPickling)
51
@Test def pickle_pickling = compileDir(coreDir, "pickling", testPickling)
52
@Test def pickle_ast = compileDir(dotcDir, "ast", testPickling)
@@ -195,6 +197,6 @@ class tests extends CompilerTest {
195
197
196
198
val javaDir = "./tests/pos/java-interop/"
199
@Test def java_all = compileFiles(javaDir, twice)
-
200
+*/
201
//@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
202
}
0 commit comments