aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-01-30 05:12:47 +0100
committerMartin Odersky <odersky@gmail.com>2016-02-09 09:40:52 +0100
commit1b7745e5f9c0e251436b33247133f3810838cf12 (patch)
tree84016b2152aff235aa9c6848571999478e685bbf /test
parent1cc4d90627907a17172f7e8129003f9e9cb0cdf4 (diff)
downloaddotty-1b7745e5f9c0e251436b33247133f3810838cf12.tar.gz
dotty-1b7745e5f9c0e251436b33247133f3810838cf12.tar.bz2
dotty-1b7745e5f9c0e251436b33247133f3810838cf12.zip
Also consider type aliases when checking for realizability
Fixes #50.
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 13010323e..85b1db139 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -161,6 +161,7 @@ class tests extends CompilerTest {
@Test def neg_i803 = compileFile(negDir, "i803", xerrors = 2)
@Test def neg_i866 = compileFile(negDir, "i866", xerrors = 2)
@Test def neg_i974 = compileFile(negDir, "i974", xerrors = 2)
+ @Test def neg_i1050 = compileFile(negDir, "i1050", xerrors = 2)
@Test def neg_moduleSubtyping = compileFile(negDir, "moduleSubtyping", xerrors = 4)
@Test def neg_escapingRefs = compileFile(negDir, "escapingRefs", xerrors = 2)
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)