Skip to content

Commit fe328ee

Browse files
committed
Add a neg test for SAMs.
1 parent c01389d commit fe328ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class tests extends CompilerTest {
110110
@Test def neg_i50_volatile = compileFile(negDir, "i50-volatile", xerrors = 6)
111111
@Test def neg_t0273_doubledefs = compileFile(negDir, "t0273", xerrors = 1)
112112
@Test def neg_zoo = compileFile(negDir, "zoo", xerrors = 12)
113+
@Test def neg_sam = compileFile(negDir, "sammy_poly", xerrors = 1)
113114
// TODO: this test file doesn't exist (anymore?), remove?
114115
// @Test def neg_t1192_legalPrefix = compileFile(negDir, "t1192", xerrors = 1)
115116

0 commit comments

Comments
 (0)