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.
export
1 parent caf3410 commit 1a483efCopy full SHA for 1a483ef
modules/integration/src/test/scala/scala/cli/integration/ExportCommonTestDefinitions.scala
@@ -7,7 +7,8 @@ import java.nio.charset.Charset
7
import scala.util.Properties
8
9
trait ExportCommonTestDefinitions { _: ScalaCliSuite & TestScalaVersionArgs =>
10
- protected lazy val extraOptions: Seq[String] = scalaVersionArgs ++ TestUtil.extraOptions
+ protected lazy val extraOptions: Seq[String] =
11
+ scalaVersionArgs ++ TestUtil.extraOptions ++ Seq("--suppress-experimental-warning")
12
13
protected def runExportTests: Boolean = Properties.isLinux
14
0 commit comments