aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-02-21 14:05:28 +0100
committerMartin Odersky <odersky@gmail.com>2017-02-21 14:05:28 +0100
commit6d118770042a8453e43daff39981926529efc2ba (patch)
treef08dceb47322be9b6f953a80f7a275418ea9d1c6 /compiler/test/dotc/tests.scala
parent5dae5f2953438e8a1443075b44b310965c2cf863 (diff)
downloaddotty-6d118770042a8453e43daff39981926529efc2ba.tar.gz
dotty-6d118770042a8453e43daff39981926529efc2ba.tar.bz2
dotty-6d118770042a8453e43daff39981926529efc2ba.zip
Fix test
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index 6b11d8ba0..99cbe300e 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -184,6 +184,7 @@ class tests extends CompilerTest {
@Test def neg_autoTupling = compileFile(negCustomArgs, "autoTuplingTest", args = "-language:noAutoTupling" :: Nil)
@Test def neg_i1050 = compileFile(negCustomArgs, "i1050", List("-strict"))
@Test def neg_i1240 = compileFile(negCustomArgs, "i1240")(allowDoubleBindings)
+ @Test def neg_i2002 = compileFile(negCustomArgs, "i2002", Nil)(allowDoubleBindings)
val negTailcallDir = negDir + "tailcall/"
@Test def neg_tailcall_t1672b = compileFile(negTailcallDir, "t1672b")
@@ -196,7 +197,6 @@ class tests extends CompilerTest {
@Test def neg_nopredef = compileFile(negCustomArgs, "nopredef", List("-Yno-predef"))
@Test def neg_noimports = compileFile(negCustomArgs, "noimports", List("-Yno-imports"))
@Test def neg_noimpots2 = compileFile(negCustomArgs, "noimports2", List("-Yno-imports"))
- @Test def neg_i2002 = compileFile(negCustomArgs, "i2002", Nil)
@Test def run_all = runFiles(runDir)