FIR UAST: introduce types tests
This commit is contained in:
committed by
Ilya Kirillov
parent
6afb68cec0
commit
1025851edd
+8
@@ -1669,6 +1669,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFirLegacyUastIdentifiersTest> {
|
||||
model("")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLegacyUastTypesTest> {
|
||||
model("")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin-fir/testData") {
|
||||
@@ -1685,6 +1689,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFE1LegacyUastIdentifiersTest> {
|
||||
model("")
|
||||
}
|
||||
|
||||
testClass<AbstractFE1LegacyUastTypesTest> {
|
||||
model("")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/performanceTests/test", "idea/testData") {
|
||||
|
||||
Reference in New Issue
Block a user