aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-05-30 14:42:59 +0200
committerMartin Odersky <odersky@gmail.com>2014-05-30 14:42:59 +0200
commite43c3aaa61e570de1cb80b1766fb3e3988c444a0 (patch)
tree8230b7d27a2525e10482e58678be4beb3eb06480 /test
parent315c097d3a72077512fa06d7c26e8ad09a8b3f66 (diff)
downloaddotty-e43c3aaa61e570de1cb80b1766fb3e3988c444a0.tar.gz
dotty-e43c3aaa61e570de1cb80b1766fb3e3988c444a0.tar.bz2
dotty-e43c3aaa61e570de1cb80b1766fb3e3988c444a0.zip
Reclassifying tests
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index b102c5e80..c7b0dc044 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -84,6 +84,7 @@ class tests extends CompilerTest {
@Test def neg_tailcall2 = compileFile(negDir, "tailcall/tailrec-2", xerrors = 2)
@Test def neg_tailcall3 = compileFile(negDir, "tailcall/tailrec-3", xerrors = 2)
@Test def neg_t1843 = compileFile(negDir, "t1843", xerrors = 1)
+ @Test def neg_t2994 = compileFile(negDir, "t2994", xerrors = 13)
@Test def dotc = compileDir(dotcDir + "tools/dotc", twice)
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", twice)