[Native][Tests] Rename USE_EXPERIMENTAL directive to OPT_IN
See fc6403679a
This commit is contained in:
@@ -228,7 +228,7 @@ class RunExternalTestGroup extends JavaExec implements CompilerRunner {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def experimentalSettings = findLinesWithPrefixesRemoved(text, "// !USE_EXPERIMENTAL: ")
|
def experimentalSettings = findLinesWithPrefixesRemoved(text, "// !OPT_IN: ")
|
||||||
if (experimentalSettings.size() != 0) {
|
if (experimentalSettings.size() != 0) {
|
||||||
experimentalSettings.forEach { line ->
|
experimentalSettings.forEach { line ->
|
||||||
line.split(" ").toList().forEach { flags.add("-opt-in=$it") }
|
line.split(" ").toList().forEach { flags.add("-opt-in=$it") }
|
||||||
|
|||||||
Reference in New Issue
Block a user