From 8654ce8c6347933996f274088c558f2b863cf094 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Sat, 29 Oct 2016 00:57:32 +0200 Subject: dottyDependsOnBootedLib should not be a JUnit test As indicated by the comment right above it. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index fd990c599..e0bcbea7e 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -207,7 +207,7 @@ class tests extends CompilerTest { def dottyBootedLib = compileDir(libDir, ".")(allowDeepSubtypes) // note the -deep argument // Not a junit test anymore since it is order dependent - @Test def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument + def dottyDependsOnBootedLib = compileDir(dottyDir, ".")(allowDeepSubtypes) // note the -deep argument @Test def dotc_ast = compileDir(dotcDir, "ast") @Test def dotc_config = compileDir(dotcDir, "config") -- cgit v1.2.3