diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 3610482364ea..d35b40211aa2 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -158,6 +158,7 @@ class tests extends CompilerTest { @Test def neg_i583 = compileFile(negDir, "i0583-skolemize", xerrors = 2) @Test def neg_i941 = compileFile(negDir, "i941", xerrors = 3) @Test def neg_finalSealed = compileFile(negDir, "final-sealed", xerrors = 2) + @Test def neg_i645 = compileFile(negDir, "amp", xerrors = 4) @Test def neg_i705 = compileFile(negDir, "i705-inner-value-class", xerrors = 7) @Test def neg_i803 = compileFile(negDir, "i803", xerrors = 2) @Test def neg_i866 = compileFile(negDir, "i866", xerrors = 2) diff --git a/tests/pending/run/amp.scala b/tests/neg/amp.scala similarity index 100% rename from tests/pending/run/amp.scala rename to tests/neg/amp.scala