Test infra: refactor IGNORE_BACKEND directive
treat it as a general one, introduce *_K1 and *_K2 variants for more specific ignoring
This commit is contained in:
@@ -659,7 +659,7 @@ public abstract class CodegenTestCase extends KotlinBaseTest<KotlinBaseTest.Test
|
||||
}
|
||||
}
|
||||
|
||||
protected String getIgnoreBackendDirectivePrefix() {
|
||||
return InTextDirectivesUtils.IGNORE_BACKEND_DIRECTIVE_PREFIX;
|
||||
protected String[] getIgnoreBackendDirectivePrefix() {
|
||||
return InTextDirectivesUtils.IGNORE_BACKEND_DIRECTIVE_PREFIXES;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user