Skip to content

Commit 13513b4

Browse files
committed
Merge pull request #1007 from dotty-staging/fix/tests-ycheck
Fix typo in command run by Jenkins
2 parents c864e11 + 2505ad4 commit 13513b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class tests extends CompilerTest {
2525
implicit val defaultOptions = noCheckOptions ++ List(
2626
"-Yno-deep-subtypes", "-Yno-double-bindings",
2727
"-d", defaultOutputDir) ++ {
28-
if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
28+
if (isRunByJenkins) List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
2929
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
3030
}
3131

0 commit comments

Comments
 (0)