aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-07-10 11:51:37 +0200
committerMartin Odersky <odersky@gmail.com>2015-07-10 11:51:37 +0200
commit5feab112fb7d5a5c8ae1de1bbb2ad9e430b1f452 (patch)
treeb82e4fdb52a39f9e0441352a1f44599a48ee0e3e /test/dotc/tests.scala
parent2655d756e0f7a8000ecabd31a96313fe74e2b70f (diff)
downloaddotty-5feab112fb7d5a5c8ae1de1bbb2ad9e430b1f452.tar.gz
dotty-5feab112fb7d5a5c8ae1de1bbb2ad9e430b1f452.tar.bz2
dotty-5feab112fb7d5a5c8ae1de1bbb2ad9e430b1f452.zip
Added test
Diffstat (limited to 'test/dotc/tests.scala')
-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 aca68d6cf..c70c18ec2 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -126,6 +126,7 @@ class tests extends CompilerTest {
@Test def neg_badAuxConstr = compileFile(negDir, "badAuxConstr", xerrors = 2)
@Test def neg_typetest = compileFile(negDir, "typetest", xerrors = 1)
@Test def neg_t1569_failedAvoid = compileFile(negDir, "t1569-failedAvoid", xerrors = 1)
+ @Test def neg_clashes = compileFile(negDir, "clashes", xerrors = 2)
@Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 8)
@Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 5)
@Test def neg_refinedSubtyping = compileFile(negDir, "refinedSubtyping", xerrors = 2)
@@ -148,7 +149,6 @@ class tests extends CompilerTest {
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
-
@Test def dotc_ast = compileDir(dotcDir, "ast")
@Test def dotc_config = compileDir(dotcDir, "config")
@Test def dotc_core = compileDir(dotcDir, "core")("-Yno-double-bindings" :: allowDeepSubtypes)// twice omitted to make tests run faster