Skip to content

Commit 78cb6e9

Browse files
smarterfelixmulder
authored andcommitted
dottyDependsOnBootedLib should not be a JUnit test
As indicated by the comment right above it.
1 parent 133916e commit 78cb6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class tests extends CompilerTest {
207207
def dottyBootedLib = compileDir(libDir, ".")(allowDeepSubtypes) // note the -deep argument
208208

209209
// Not a junit test anymore since it is order dependent
210-
@Test def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument
210+
def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument
211211

212212
@Test def dotc_ast = compileDir(dotcDir, "ast")
213213
@Test def dotc_config = compileDir(dotcDir, "config")

0 commit comments

Comments
 (0)