[Test] Save IR bytecode dumps from BytecodeListingHandler to .ir.txt file instead of _ir.txt
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
This commit is contained in:
committed by
Space Team
parent
246dc985a6
commit
6b343515e1
+1
-1
@@ -45,7 +45,7 @@ class BytecodeListingHandler(testServices: TestServices) : JvmBinaryArtifactHand
|
||||
|
||||
val sourceFile = testServices.moduleStructure.originalTestDataFiles.first()
|
||||
val defaultTxtFile = sourceFile.withExtension(".txt")
|
||||
val irTxtFile = sourceFile.withSuffixAndExtension("_ir", ".txt")
|
||||
val irTxtFile = sourceFile.withExtension(".ir.txt")
|
||||
val firTxtFile = sourceFile.withExtension(".fir.txt")
|
||||
|
||||
val isFir = testServices.defaultsProvider.defaultFrontend == FrontendKinds.FIR
|
||||
|
||||
Reference in New Issue
Block a user