We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01389d commit fe328eeCopy full SHA for fe328ee
test/dotc/tests.scala
@@ -110,6 +110,7 @@ class tests extends CompilerTest {
110
@Test def neg_i50_volatile = compileFile(negDir, "i50-volatile", xerrors = 6)
111
@Test def neg_t0273_doubledefs = compileFile(negDir, "t0273", xerrors = 1)
112
@Test def neg_zoo = compileFile(negDir, "zoo", xerrors = 12)
113
+ @Test def neg_sam = compileFile(negDir, "sammy_poly", xerrors = 1)
114
// TODO: this test file doesn't exist (anymore?), remove?
115
// @Test def neg_t1192_legalPrefix = compileFile(negDir, "t1192", xerrors = 1)
116
0 commit comments