aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-02-21 23:28:46 +0100
committerMartin Odersky <odersky@gmail.com>2017-02-21 23:28:46 +0100
commit5e53ff36f1d9ac2bd433fa01e28a194810c1be74 (patch)
treec80c4dfce1e515f34d8086c4a887d2c2d6236e89 /compiler/test/dotc/tests.scala
parent6d118770042a8453e43daff39981926529efc2ba (diff)
downloaddotty-5e53ff36f1d9ac2bd433fa01e28a194810c1be74.tar.gz
dotty-5e53ff36f1d9ac2bd433fa01e28a194810c1be74.tar.bz2
dotty-5e53ff36f1d9ac2bd433fa01e28a194810c1be74.zip
Fix test ^ 2
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 99cbe300e..a720f1294 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -184,7 +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)
+ @Test def neg_i2002 = compileFile(negCustomArgs, "i2002")(allowDoubleBindings)
val negTailcallDir = negDir + "tailcall/"
@Test def neg_tailcall_t1672b = compileFile(negTailcallDir, "t1672b")