[FIR-TEST] Run fir test in diagnostic test if fir testdata is missing
This commit is contained in:
+253
-253
File diff suppressed because it is too large
Load Diff
@@ -65,7 +65,7 @@ fun main(args: Array<String>) {
|
||||
val excludedFirTestdataPattern = "^(.+)\\.fir\\.kts?\$"
|
||||
|
||||
testGroup("compiler/tests", "compiler/testData") {
|
||||
testClass<AbstractDiagnosticsTest> {
|
||||
testClass<AbstractDiagnosticsTestWithFirValidation>(suiteTestClassName = "DiagnosticsTestGenerated") {
|
||||
model("diagnostics/tests", pattern = "^(.*)\\.kts?$", excludedPattern = excludedFirTestdataPattern)
|
||||
model("codegen/box/diagnostics")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user