Fix bug in abstract benchmark class (light tree)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
a66adffdcf
commit
b0a04b1061
+2
-2
@@ -31,9 +31,9 @@ abstract class AbstractBenchmark {
|
|||||||
files[file] = text
|
files[file] = text
|
||||||
}
|
}
|
||||||
if (ignoreTestData) {
|
if (ignoreTestData) {
|
||||||
path.walkTopDownWithTestData(saveText)
|
|
||||||
} else {
|
|
||||||
path.walkTopDown(saveText)
|
path.walkTopDown(saveText)
|
||||||
|
} else {
|
||||||
|
path.walkTopDownWithTestData(saveText)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user