aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/scala/async/neg/AnfTransformNegSpec.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/scala/scala/async/neg/AnfTransformNegSpec.scala b/src/test/scala/scala/async/neg/AnfTransformNegSpec.scala
index 38790dd..0678429 100644
--- a/src/test/scala/scala/async/neg/AnfTransformNegSpec.scala
+++ b/src/test/scala/scala/async/neg/AnfTransformNegSpec.scala
@@ -6,12 +6,13 @@ package neg
import org.junit.runner.RunWith
import org.junit.runners.JUnit4
-import org.junit.Test
+import org.junit.{Ignore, Test}
@RunWith(classOf[JUnit4])
class AnfTransformNegSpec {
@Test
+ @Ignore
def `inlining block produces duplicate definition`() {
expectError("x is already defined as value x", "-deprecation -Xfatal-warnings") {
"""
@@ -35,6 +36,7 @@ class AnfTransformNegSpec {
}
@Test
+ @Ignore
def `inlining block in tail position produces duplicate definition`() {
expectError("x is already defined as value x", "-deprecation -Xfatal-warnings") {
"""