We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d11877 commit 5e53ff3Copy full SHA for 5e53ff3
compiler/test/dotc/tests.scala
@@ -184,7 +184,7 @@ class tests extends CompilerTest {
184
@Test def neg_autoTupling = compileFile(negCustomArgs, "autoTuplingTest", args = "-language:noAutoTupling" :: Nil)
185
@Test def neg_i1050 = compileFile(negCustomArgs, "i1050", List("-strict"))
186
@Test def neg_i1240 = compileFile(negCustomArgs, "i1240")(allowDoubleBindings)
187
- @Test def neg_i2002 = compileFile(negCustomArgs, "i2002", Nil)(allowDoubleBindings)
+ @Test def neg_i2002 = compileFile(negCustomArgs, "i2002")(allowDoubleBindings)
188
189
val negTailcallDir = negDir + "tailcall/"
190
@Test def neg_tailcall_t1672b = compileFile(negTailcallDir, "t1672b")
0 commit comments