[Swift export][Tests] Enable K1 version of tests
rrn prefix mostly uses K1, so we need to do so
This commit is contained in:
committed by
Space Team
parent
ef232ebec7
commit
3d0c9f9edd
@@ -508,6 +508,11 @@ fun main() {
|
||||
) {
|
||||
model("SwiftExport", pattern = "^([^_](.+))$", recursive = false)
|
||||
}
|
||||
testClass<AbstractNativeSwiftExportTest>(
|
||||
suiteTestClassName = "SwiftExportTestGenerated",
|
||||
) {
|
||||
model("SwiftExport", pattern = "^([^_](.+))$", recursive = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user