aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-23 13:41:38 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-23 15:55:15 +0200
commitdee11526fc5f917589a5148b776de74752f4d57a (patch)
treecfdfa63e230371e6e3da9cca19689749a29e46cd /test/dotc/tests.scala
parentc01389d170bb0f1c8a925a25c145396007a75106 (diff)
downloaddotty-dee11526fc5f917589a5148b776de74752f4d57a.tar.gz
dotty-dee11526fc5f917589a5148b776de74752f4d57a.tar.bz2
dotty-dee11526fc5f917589a5148b776de74752f4d57a.zip
Add a neg test for SAMs.
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 85a3e317a..9cc64c725 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -110,6 +110,7 @@ class tests extends CompilerTest {
@Test def neg_i50_volatile = compileFile(negDir, "i50-volatile", xerrors = 6)
@Test def neg_t0273_doubledefs = compileFile(negDir, "t0273", xerrors = 1)
@Test def neg_zoo = compileFile(negDir, "zoo", xerrors = 12)
+ @Test def neg_sam = compileFile(negDir, "sammy_poly", xerrors = 1)
// TODO: this test file doesn't exist (anymore?), remove?
// @Test def neg_t1192_legalPrefix = compileFile(negDir, "t1192", xerrors = 1)