From 2505ad452e29a8644d3721fc52f7d02c98672fc0 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 21 Dec 2015 00:16:07 +0100 Subject: Fix typo in command run by Jenkins The effect of this typo was that Ycheck:tailrec was never run on Jenkins. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 0ac043daf..5f256731a 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -25,7 +25,7 @@ class tests extends CompilerTest { implicit val defaultOptions = noCheckOptions ++ List( "-Yno-deep-subtypes", "-Yno-double-bindings", "-d", defaultOutputDir) ++ { - if (isRunByJenkins) List("-Ycheck:-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725 + if (isRunByJenkins) List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725 else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") } -- cgit v1.2.3