Skip to content

Commit 1759f83

Browse files
committed
fix(testcase.cpp): typo, but caused cross-platform Incompatibility
1 parent bdb77cf commit 1759f83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
277
1+
278

src/core/testcase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int TestCase::writeToJson(QJsonObject &out) {
118118

119119
QStringList outputFiles = this->outputFiles;
120120

121-
for (auto &filename : inputFiles) {
121+
for (auto &filename : outputFiles) {
122122
filename.replace(QDir::separator(), '/');
123123
}
124124

0 commit comments

Comments
 (0)