aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-10-29 00:57:32 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:07 +0100
commit8654ce8c6347933996f274088c558f2b863cf094 (patch)
tree4508408bcf8df8948b33f5b149c2e000ebe94cd3
parent0c8e2a38684ca4f449115d3e01db7bc3fc3393d2 (diff)
downloaddotty-8654ce8c6347933996f274088c558f2b863cf094.tar.gz
dotty-8654ce8c6347933996f274088c558f2b863cf094.tar.bz2
dotty-8654ce8c6347933996f274088c558f2b863cf094.zip
dottyDependsOnBootedLib should not be a JUnit test
As indicated by the comment right above it.
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
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")