aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-03-31 17:20:02 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-04-08 16:55:56 +0200
commitdd5341106d9b57a99316a26a1f0c7e195b6debf1 (patch)
tree2a555b335e2d661a828014e35e91e308fec4798e /test/dotc/tests.scala
parenteb3df0db4a57d89c0d7370a9180742273db166b2 (diff)
downloaddotty-dd5341106d9b57a99316a26a1f0c7e195b6debf1.tar.gz
dotty-dd5341106d9b57a99316a26a1f0c7e195b6debf1.tar.bz2
dotty-dd5341106d9b57a99316a26a1f0c7e195b6debf1.zip
Fleshed out Splitter phase
Implemented splitting operations As a side effect, this contains a test ruling out structural term member dispatch. Tests 0586 and 0625 which used structural dispatch got moved to neg.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index dcd5c67c8..9665ec206 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -65,6 +65,8 @@ class tests extends CompilerTest {
@Test def neg_i39 = compileFile(negDir, "i39", xerrors = 1)
@Test def neg_i50_volatile = compileFile(negDir, "i50-volatile", xerrors = 4)
@Test def neg_t0273_doubledefs = compileFile(negDir, "t0273", xerrors = 1)
+ @Test def neg_t0586_structural = compileFile(negDir, "t0586", xerrors = 1)
+ @Test def neg_t0625_structural = compileFile(negDir, "t0625", xerrors = 1)
@Test def neg_t0654_polyalias = compileFile(negDir, "t0654", xerrors = 2)
@Test def neg_t1192_legalPrefix = compileFile(negDir, "t1192", xerrors = 1)