Big change in quickfix tests: no stupid test data format with "before" and "after" file prefixes
This commit is contained in:
@@ -349,7 +349,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractQuickFixTest>()) {
|
||||
model("quickfix", pattern = "^before(\\w+)\\.kt$")
|
||||
model("quickfix", pattern = "^(\\w+)\\.kt$")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractGotoSuperTest>()) {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user