[LL FIR] ClassId: add more tests
^KTIJ-26848 ^KTIJ-26896 ^KTIJ-26902
This commit is contained in:
committed by
Space Team
parent
f51b7faa1b
commit
2421d3cdf1
+8
@@ -175,6 +175,14 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
|
||||
model("classId", pattern = TestGeneratorUtil.KTS)
|
||||
}
|
||||
|
||||
testClass<AbstractSourceClassIdConsistencyTest> {
|
||||
model("classId", pattern = TestGeneratorUtil.KT)
|
||||
}
|
||||
|
||||
testClass<AbstractScriptClassIdConsistencyTest> {
|
||||
model("classId", pattern = TestGeneratorUtil.KTS)
|
||||
}
|
||||
|
||||
testClass<AbstractCompilationPeerAnalysisTest> {
|
||||
model("compilationPeers")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user