Skip to content

Commit 5e53ff3

Browse files
committed
Fix test ^ 2
1 parent 6d11877 commit 5e53ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class tests extends CompilerTest {
184184
@Test def neg_autoTupling = compileFile(negCustomArgs, "autoTuplingTest", args = "-language:noAutoTupling" :: Nil)
185185
@Test def neg_i1050 = compileFile(negCustomArgs, "i1050", List("-strict"))
186186
@Test def neg_i1240 = compileFile(negCustomArgs, "i1240")(allowDoubleBindings)
187-
@Test def neg_i2002 = compileFile(negCustomArgs, "i2002", Nil)(allowDoubleBindings)
187+
@Test def neg_i2002 = compileFile(negCustomArgs, "i2002")(allowDoubleBindings)
188188

189189
val negTailcallDir = negDir + "tailcall/"
190190
@Test def neg_tailcall_t1672b = compileFile(negTailcallDir, "t1672b")

0 commit comments

Comments
 (0)