aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-01-18 16:55:31 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-01-18 18:22:48 +0100
commit224232df2affa882c2c41fc8a6730ad7fc049679 (patch)
treea49dfa96f7e99c0b18bc5053b823b141ed2ded96 /test/dotc/tests.scala
parent06e18c6e7761c458b33af3471f013a4dd3cee3f1 (diff)
downloaddotty-224232df2affa882c2c41fc8a6730ad7fc049679.tar.gz
dotty-224232df2affa882c2c41fc8a6730ad7fc049679.tar.bz2
dotty-224232df2affa882c2c41fc8a6730ad7fc049679.zip
Check AppliedTypeTrees bounds inside AppliedTypeTree
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 029387333..2944d69e9 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -176,6 +176,7 @@ class tests extends CompilerTest {
@Test def neg_validateParsing = compileFile(negDir, "validate-parsing", xerrors = 7)
@Test def neg_validateRefchecks = compileFile(negDir, "validate-refchecks", xerrors = 2)
@Test def neg_skolemize = compileFile(negDir, "skolemize", xerrors = 2)
+ @Test def neg_nested_bounds = compileFile(negDir, "nested_bounds", xerrors = 1)
@Test def run_all = runFiles(runDir)