Skip to content

Commit a16f0b2

Browse files
committed
Prepare class path so that scala#462 will fail.
1 parent f5a91bd commit a16f0b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/dotc/tests.scala

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

40+
/*
4041
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
4142
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
4243
@@ -76,9 +77,11 @@ class tests extends CompilerTest {
7677
@Test def pos_packageObj = compileFile(posDir, "i0239")
7778
@Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping")
7879
@Test def pos_extmethods = compileFile(posDir, "extmethods")
80+
*/
81+
@Test def pos_classpath = compileFile(posDir, "empty-foo", List("-d" , "./", "#runs", "30"))
7982

8083
@Test def pos_all = compileFiles(posDir)
81-
84+
/*
8285
8386
8487
@Test def new_all = compileFiles(newDir, twice)
@@ -182,6 +185,6 @@ class tests extends CompilerTest {
182185
183186
val javaDir = "./tests/pos/java-interop/"
184187
@Test def java_all = compileFiles(javaDir)
185-
188+
*/
186189
//@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
187190
}

0 commit comments

Comments
 (0)