summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/finddebugsym/tst_finddebugsym.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/finddebugsym/tst_finddebugsym.cpp b/tests/auto/finddebugsym/tst_finddebugsym.cpp
index a8d70c9..0c88baf 100644
--- a/tests/auto/finddebugsym/tst_finddebugsym.cpp
+++ b/tests/auto/finddebugsym/tst_finddebugsym.cpp
@@ -51,7 +51,7 @@ private slots:
QVERIFY(dir.exists(path));
QFile f(tempDir.path() + file);
- f.open(QIODevice::WriteOnly);
+ QVERIFY(f.open(QIODevice::WriteOnly));
f.write(file.toUtf8());
QVERIFY(f.exists());
}