aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2014-10-14 20:55:55 +0200
committerGuillaume Martres <smarter@ubuntu.com>2014-11-11 08:47:44 +0100
commit629dae0d00a51c5bb097d968280238da72d01f91 (patch)
tree6388efbfe5ec30a0a1abc80d93924b6ae8b1a2e8 /test/dotc/tests.scala
parent892f7bdb4c35f701f7d925404ac55ebaa5566ae0 (diff)
downloaddotty-629dae0d00a51c5bb097d968280238da72d01f91.tar.gz
dotty-629dae0d00a51c5bb097d968280238da72d01f91.tar.bz2
dotty-629dae0d00a51c5bb097d968280238da72d01f91.zip
Fix subtyping checks involving ThisType and PolyParam
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 aafd5e924..966c231e4 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -56,6 +56,7 @@ class tests extends CompilerTest {
@Test def pos_approximateUnion = compileFile(posDir, "approximateUnion", doErase)
@Test def pos_tailcall = compileDir(posDir + "tailcall/", doErase)
@Test def pos_nullarify = compileFile(posDir, "nullarify", "-Ycheck:nullarify" :: doErase)
+ @Test def pos_subtyping = compileFile(posDir, "subtyping", doErase)
@Test def pos_all = compileFiles(posDir, twice)
@Test def new_all = compileFiles(newDir, twice)