aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-12-23 01:29:23 +0100
committerGuillaume Martres <smarter@ubuntu.com>2015-12-23 01:29:23 +0100
commitc66613de7f32cfabbca765a96f1a3cc0ea2d5bcb (patch)
treed4ae4eba120bbb381b566101492410df7cf7f6ae /test/dotc/tests.scala
parent08e3f7688c2364e7f6760b8be35cd4ea6b330a10 (diff)
parent51c6646aa64f0e5ef63f337bca4fb2803743a50a (diff)
downloaddotty-c66613de7f32cfabbca765a96f1a3cc0ea2d5bcb.tar.gz
dotty-c66613de7f32cfabbca765a96f1a3cc0ea2d5bcb.tar.bz2
dotty-c66613de7f32cfabbca765a96f1a3cc0ea2d5bcb.zip
Merge pull request #1008 from dotty-staging/fix-sym-positions
Fix off by 2 error for symbol positions
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 468de7243..db5fa8544 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -143,7 +143,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 = 3)
+ @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)