aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-20 09:47:21 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-24 10:34:51 +0200
commita415ca1ab713f92788262057d9810d937dc7499a (patch)
tree309b87812b05d0be733b09abdd78b2ecfb7b6c3b /test/dotc
parent87098e63c2796387c598513a2af2d8f2d1aae91b (diff)
downloaddotty-a415ca1ab713f92788262057d9810d937dc7499a.tar.gz
dotty-a415ca1ab713f92788262057d9810d937dc7499a.tar.bz2
dotty-a415ca1ab713f92788262057d9810d937dc7499a.zip
Allow existential types in hk types
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 337285c04..aaf3e6c4e 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -156,7 +156,6 @@ class tests extends CompilerTest {
@Test def neg_traitParamsMixin = compileFile(negDir, "traitParamsMixin", xerrors = 2)
@Test def neg_firstError = compileFile(negDir, "firstError", xerrors = 3)
@Test def neg_implicitLowerBound = compileFile(negDir, "implicit-lower-bound", xerrors = 1)
- @Test def neg_partialApplications = compileFile(negDir, "partialApplications", xerrors = 8)
@Test def neg_validate = compileFile(negDir, "validate", xerrors = 18)
@Test def neg_validateParsing = compileFile(negDir, "validate-parsing", xerrors = 7)
@Test def neg_validateRefchecks = compileFile(negDir, "validate-refchecks", xerrors = 2)