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 4ca434d commit b0c7eeaCopy full SHA for b0c7eea
test/dotc/tests.scala
@@ -37,6 +37,9 @@ class tests extends CompilerTest {
37
val dotcDir = "./src/dotty/"
38
val picklingDir = "./tests/pickling"
39
40
+ @Test def pos_S5() = compileFile(posDir, "S5", twice)
41
+
42
+/*
43
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
44
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
45
@Test def pickle_ast = compileDir(dotcDir + "tools/dotc/ast/", testPickling)
0 commit comments