aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-10-07 11:01:18 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-10-07 12:42:22 +0000
commit05254bef15fc74a00b94a71ee902b4807ce8d01a (patch)
treeb077f31ed5c88b069956a69efc0c4f118d9a14de /tests/auto
parent9dbda24bca12995727cdb41031fd953521613bf7 (diff)
Tests: Ensure valid project file
Change-Id: Iad22782fee5b330d145ab456c38ff0b9363f0fd2 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 3a2ed22a72..1ca3131caf 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -668,7 +668,7 @@ struct Check6 : Check
};
struct Profile
{
- Profile(const QByteArray &contents) : contents(contents) {}
+ Profile(const QByteArray &contents) : contents(contents + '\n') {}
QByteArray includes;
QByteArray contents;