FIR IDE: fix typo in test directory (overridden)
This commit is contained in:
committed by
Ilya Kirillov
parent
907d2e9ed4
commit
4266ffa274
+2
-2
@@ -73,7 +73,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractFirOverriddenDeclarationProviderTest> {
|
||||
model("components/overridenDeclarations")
|
||||
model("components/overriddenDeclarations")
|
||||
}
|
||||
|
||||
testClass<AbstractFirHLExpressionTypeTest> {
|
||||
@@ -139,7 +139,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass<AbstractKtFe10OverriddenDeclarationProviderTest> {
|
||||
model("components/overridenDeclarations")
|
||||
model("components/overriddenDeclarations")
|
||||
}
|
||||
|
||||
testClass<AbstractKtFe10HLExpressionTypeTest> {
|
||||
|
||||
Reference in New Issue
Block a user