[NoArg] Add implementation of plugin for FIR
This commit is contained in:
committed by
teamcity
parent
8acb8aa043
commit
5d0655247f
@@ -404,18 +404,27 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractDiagnosticsTestForNoArg> {
|
||||
model("diagnostics", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
testClass<AbstractFirDiagnosticsTestForNoArg> {
|
||||
model("diagnostics", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
testClass<AbstractBytecodeListingTestForNoArg> {
|
||||
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
testClass<AbstractIrBytecodeListingTestForNoArg> {
|
||||
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
testClass<AbstractFirBytecodeListingTestForNoArg> {
|
||||
model("bytecodeListing", excludedPattern = excludedFirTestdataPattern)
|
||||
}
|
||||
testClass<AbstractBlackBoxCodegenTestForNoArg> {
|
||||
model("box")
|
||||
}
|
||||
testClass<AbstractIrBlackBoxCodegenTestForNoArg> {
|
||||
model("box")
|
||||
}
|
||||
testClass<AbstractFirBlackBoxCodegenTestForNoArg> {
|
||||
model("box")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user