FIR UAST: introduce values tests
This commit is contained in:
committed by
Ilya Kirillov
parent
cf2f36fa49
commit
e1a99ede09
+8
@@ -1673,6 +1673,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFirLegacyUastTypesTest> {
|
||||
model("")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLegacyUastValuesTest> {
|
||||
model("")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("plugins/uast-kotlin-fir/tests", "plugins/uast-kotlin-fir/testData") {
|
||||
@@ -1693,6 +1697,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFE1LegacyUastTypesTest> {
|
||||
model("")
|
||||
}
|
||||
|
||||
testClass<AbstractFE1LegacyUastValuesTest> {
|
||||
model("")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/performanceTests/test", "idea/testData") {
|
||||
|
||||
Reference in New Issue
Block a user