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 133916e commit 78cb6e9Copy full SHA for 78cb6e9
test/dotc/tests.scala
@@ -207,7 +207,7 @@ class tests extends CompilerTest {
207
def dottyBootedLib = compileDir(libDir, ".")(allowDeepSubtypes) // note the -deep argument
208
209
// Not a junit test anymore since it is order dependent
210
- @Test def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument
+ def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument
211
212
@Test def dotc_ast = compileDir(dotcDir, "ast")
213
@Test def dotc_config = compileDir(dotcDir, "config")
0 commit comments