Support per files test directives
This commit is contained in:
committed by
Mikhail Bogdanov
parent
34547b4e27
commit
ab7e71fd68
+2
-2
@@ -57,8 +57,8 @@ abstract class AbstractCompilerLightClassTest : KotlinMultiFileTestWithJava<Kotl
|
||||
module: TestModule?,
|
||||
fileName: String,
|
||||
text: String,
|
||||
directives: Map<String, String>
|
||||
): TestFile = TestFile(fileName, text)
|
||||
directives: Map<String, String?>
|
||||
): TestFile = TestFile(fileName, text, directives)
|
||||
|
||||
companion object {
|
||||
fun findLightClass(allowFrontendExceptions: Boolean, environment: KotlinCoreEnvironment, fqname: String): PsiClass? {
|
||||
|
||||
Reference in New Issue
Block a user