aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-08-08 21:37:49 +0200
committerMartin Odersky <odersky@gmail.com>2014-08-08 21:38:17 +0200
commit19b6a04486a4f9a2a7803d40d7ef6199cdeaf31c (patch)
treea55e634795d79d084310d5aa533751d91dfc78fb /test/dotc/tests.scala
parent058729ceac3354a2cc34490b528e76afb09ee0ce (diff)
downloaddotty-19b6a04486a4f9a2a7803d40d7ef6199cdeaf31c.tar.gz
dotty-19b6a04486a4f9a2a7803d40d7ef6199cdeaf31c.tar.bz2
dotty-19b6a04486a4f9a2a7803d40d7ef6199cdeaf31c.zip
Re-enabled checkbounds tests
Now that F-bunded types are treated more robustly, we can check bounds for non-emptyness during Typer. This unvealed one wrong test (wonder how that passed scalac?), which got moved to neg.
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 fa577573a..8bbe30ad8 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -84,6 +84,7 @@ class tests extends CompilerTest {
@Test def neg_tailcall = compileFile(negDir, "tailcall/tailrec", xerrors = 7)
@Test def neg_tailcall2 = compileFile(negDir, "tailcall/tailrec-2", xerrors = 2)
@Test def neg_tailcall3 = compileFile(negDir, "tailcall/tailrec-3", xerrors = 2)
+ @Test def nef_t1279a = compileFile(negDir, "t1279a", xerrors = 1)
@Test def neg_t1843 = compileFile(negDir, "t1843", xerrors = 1)
@Test def neg_t1843_variances = compileFile(negDir, "t1843-variances", xerrors = 1)
@Test def neg_t2994 = compileFile(negDir, "t2994", xerrors = 2)