[test] Move irText tests from fir2ir/testData to compiler/testData
Let's store them conveniently in one place!
This commit is contained in:
committed by
Space Team
parent
c1ea3e7b53
commit
ebafdd3af0
-12
@@ -354,18 +354,6 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
model("codegen/boxWithStdLib")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLightTreeJvmIrTextTest>(
|
||||
suiteTestClassName = "FirLightTreeJvmIrSpecificTextTestGenerated"
|
||||
) {
|
||||
model("ir/irText")
|
||||
}
|
||||
|
||||
testClass<AbstractFirPsiJvmIrTextTest>(
|
||||
suiteTestClassName = "FirPsiJvmIrSpecificTextTestGenerated"
|
||||
) {
|
||||
model("ir/irText")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLightTreeBytecodeListingTest>(
|
||||
suiteTestClassName = "FirLightTreeSpecificBytecodeListingTestGenerated"
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user