From dee11526fc5f917589a5148b776de74752f4d57a Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 23 Apr 2015 13:41:38 +0200 Subject: Add a neg test for SAMs. --- test/dotc/tests.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dotc/tests.scala') 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) -- cgit v1.2.3