[FIR] Enable local variable tests.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3adf80ed37
commit
99293de6e9
+4
@@ -226,6 +226,10 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
testClass<AbstractFirSteppingTest> {
|
||||
model("debug/stepping")
|
||||
}
|
||||
|
||||
testClass<AbstractFirLocalVariableTest> {
|
||||
model("debug/localVariables")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/fir/fir2ir/testData") {
|
||||
|
||||
Reference in New Issue
Block a user