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:
Ilya Chernikov
2022-07-21 16:39:12 +02:00
parent 8f18ab19f7
commit 5b3816cce5
234 changed files with 432 additions and 426 deletions
@@ -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;
}
}