File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
compiler/test/dotty/tools Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ private val toolArg = raw"(?://|/\*| \*) ?(?i:(${ToolName.values.mkString("|")})
121121// ================================================================================================
122122
123123/** Directive to specify to vulpix the options to pass to Dotty */
124- private val directiveOptionsArg = raw " //> using options (.*) " .r.unanchored
125- private val directiveJavacOptions = raw " //> using javacOpt (.*) " .r.unanchored
126- private val directiveTargetOptions = raw " //> using target.platform (jvm|scala-js) " .r.unanchored
127- private val directiveUnsupported = raw " //> using (scala) (.*) " .r.unanchored
128- private val directiveUnknown = raw " //> using (.*) " .r.unanchored
124+ private val directiveOptionsArg = raw " //> using options (.*) " .r
125+ private val directiveJavacOptions = raw " //> using javacOpt (.*) " .r
126+ private val directiveTargetOptions = raw " //> using target.platform (jvm|scala-js) " .r
127+ private val directiveUnsupported = raw " //> using (scala) (.*) " .r
128+ private val directiveUnknown = raw " //> using (.*) " .r
129129
130130// Inspect the lines for compiler options of the form
131131// `//> using options args`, `// scalajs: args`, `/* scalajs: args`, ` * scalajs: args` etc.
You can’t perform that action at this time.
0 commit comments