diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2025-11-27 12:59:03 +0100 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2025-11-27 12:59:52 +0100 |
| commit | f17236ab4aa261887cbc0a7ac366e8bf67a09af1 (patch) | |
| tree | fb0df89d6412e2c9307cb02cd56fa76611802504 | |
| parent | cb65efc171cfe8aca0266eab5901e4d0f4c071ae (diff) | |
| parent | 22412032bd10447fe44142475e6c61c81130b40e (diff) | |
Change-Id: Ia174f490a770854178fe8c43767a49b0c2f0cc6d
| -rw-r--r-- | tests/auto/finddebugsym/tst_finddebugsym.cpp | 2 |
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()); } |
