aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-07-20 17:54:16 +0200
committerMartin Odersky <odersky@gmail.com>2014-07-20 17:54:16 +0200
commit65658a4d0c3250d0d27f7af51632b2356f829464 (patch)
treee16ca98ffb7f72fa5a8fb834d978200d413f2e28 /test/dotc/tests.scala
parent9e1759f34dcfa90f688ef560c90f209dcb9b1374 (diff)
downloaddotty-65658a4d0c3250d0d27f7af51632b2356f829464.tar.gz
dotty-65658a4d0c3250d0d27f7af51632b2356f829464.tar.bz2
dotty-65658a4d0c3250d0d27f7af51632b2356f829464.zip
fix/148
Fixed typo in Splitter. Closes #148.
Diffstat (limited to 'test/dotc/tests.scala')
-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 f1896cbdf..a04d07694 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -75,6 +75,7 @@ class tests extends CompilerTest {
defaultOptions = noCheckOptions)
// -Ycheck fails because there are structural types involving higher-kinded types.
// these are illegal, but are tested only later.
+ @Test def neg_zoo = compileFile(negDir, "zoo", xerrors = 1)
@Test def neg_t1192_legalPrefix = compileFile(negDir, "t1192", xerrors = 1)
@Test def neg_tailcall_t1672b = compileFile(negDir, "tailcall/t1672b", xerrors = 6)
@Test def neg_tailcall_t3275 = compileFile(negDir, "tailcall/t3275", xerrors = 1)