aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/dotc/tests.scala1
-rw-r--r--tests/neg/amp.scala (renamed from tests/pending/run/amp.scala)0
2 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index f9860b4aa..12b830738 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -159,6 +159,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
index da35242a9..da35242a9 100644
--- a/tests/pending/run/amp.scala
+++ b/tests/neg/amp.scala