File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ class tests extends CompilerTest {
184
184
@ Test def neg_autoTupling = compileFile(negCustomArgs, " autoTuplingTest" , args = " -language:noAutoTupling" :: Nil )
185
185
@ Test def neg_i1050 = compileFile(negCustomArgs, " i1050" , List (" -strict" ))
186
186
@ Test def neg_i1240 = compileFile(negCustomArgs, " i1240" )(allowDoubleBindings)
187
+ @ Test def neg_i2002 = compileFile(negCustomArgs, " i2002" , Nil )(allowDoubleBindings)
187
188
188
189
val negTailcallDir = negDir + " tailcall/"
189
190
@ Test def neg_tailcall_t1672b = compileFile(negTailcallDir, " t1672b" )
@@ -196,7 +197,6 @@ class tests extends CompilerTest {
196
197
@ Test def neg_nopredef = compileFile(negCustomArgs, " nopredef" , List (" -Yno-predef" ))
197
198
@ Test def neg_noimports = compileFile(negCustomArgs, " noimports" , List (" -Yno-imports" ))
198
199
@ Test def neg_noimpots2 = compileFile(negCustomArgs, " noimports2" , List (" -Yno-imports" ))
199
- @ Test def neg_i2002 = compileFile(negCustomArgs, " i2002" , Nil )
200
200
201
201
@ Test def run_all = runFiles(runDir)
202
202
You can’t perform that action at this time.
0 commit comments