aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-24 12:43:35 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-24 14:57:49 +0100
commit05d286ba8e2a006f8c739f25737d5f86f4554889 (patch)
tree15a306de8c4ce63b272bfef46625cc9a8a576aa4 /test/dotc/tests.scala
parente26fb448e6b6e62e38fbda0f564a13fc0b149c9f (diff)
downloaddotty-05d286ba8e2a006f8c739f25737d5f86f4554889.tar.gz
dotty-05d286ba8e2a006f8c739f25737d5f86f4554889.tar.bz2
dotty-05d286ba8e2a006f8c739f25737d5f86f4554889.zip
Added and corrected tests
to reflect last commit.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 4999e5e4b..30de5e15d 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -68,7 +68,7 @@ class tests extends CompilerTest {
@Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)
@Test def neg_typedidents() = compileFile(negDir, "typedIdents", xerrors = 2)
@Test def neg_assignments() = compileFile(negDir, "assignments", xerrors = 3)
- @Test def neg_typers() = compileFile(negDir, "typers", xerrors = 13)
+ @Test def neg_typers() = compileFile(negDir, "typers", xerrors = 12)
@Test def neg_privates() = compileFile(negDir, "privates", xerrors = 2)
@Test def neg_rootImports = compileFile(negDir, "rootImplicits", xerrors = 2)
@Test def neg_templateParents() = compileFile(negDir, "templateParents", xerrors = 3)
@@ -105,7 +105,7 @@ class tests extends CompilerTest {
@Test def neg_typetest = compileFile(negDir, "typetest", xerrors = 1)
@Test def neg_t1569_failedAvoid = compileFile(negDir, "t1569-failedAvoid", xerrors = 1)
@Test def neg_cycles = compileFile(negDir, "cycles", xerrors = 6)
- @Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 3)
+ @Test def neg_boundspropagation = compileFile(negDir, "boundspropagation", xerrors = 4)
@Test def dotc = compileDir(dotcDir + "tools/dotc", twice)(allowDeepSubtypes)
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", twice)