Skip to content

Commit 5feab11

Browse files
committed
Added test
1 parent 2655d75 commit 5feab11

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
@@ -126,6 +126,7 @@ class tests extends CompilerTest {
126126
@Test def neg_badAuxConstr = compileFile(negDir, "badAuxConstr", xerrors = 2)
127127
@Test def neg_typetest = compileFile(negDir, "typetest", xerrors = 1)
128128
@Test def neg_t1569_failedAvoid = compileFile(negDir, "t1569-failedAvoid", xerrors = 1)
129+
@Test def neg_clashes = compileFile(negDir, "clashes", xerrors = 2)
129130
@Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 8)
130131
@Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 5)
131132
@Test def neg_refinedSubtyping = compileFile(negDir, "refinedSubtyping", xerrors = 2)
@@ -148,7 +149,6 @@ class tests extends CompilerTest {
148149

149150
@Test def dotty = compileDir(dottyDir, "tools", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
150151

151-
152152
@Test def dotc_ast = compileDir(dotcDir, "ast")
153153
@Test def dotc_config = compileDir(dotcDir, "config")
154154
@Test def dotc_core = compileDir(dotcDir, "core")("-Yno-double-bindings" :: allowDeepSubtypes)// twice omitted to make tests run faster

0 commit comments

Comments
 (0)