aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-07-23 15:16:03 +0200
committerhjk <hjk@qt.io>2020-07-24 08:15:47 +0000
commit13d09305751d0e95864a0022723ea41949fc8014 (patch)
tree18bb9980881a19737647041c4b1b4c9c9257d0f9 /tests/auto
parent004e5ad83de525d4272fed639eedfa37ba2413b1 (diff)
Debugger: Fix QVariant2 autotest
Amends eb52982c9d7. Change-Id: I8ca2e2b03d0d5755c97523292fa6b4fbe0882cb7 Reviewed-by: Christian Stenger <christian.stenger@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 072d5f7489..b0c7d26743 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -4031,7 +4031,7 @@ void tst_Dumpers::dumper_data()
"QVariant var26 = QPointF(); unused(&var26); // 26 QPointF\n"
"#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)\n"
"QVariant var27 = QRegExp(); unused(&var27); // 27 QRegExp\n"
- "#endif"
+ "#endif\n"
"QVariant var28 = QVariantHash(); unused(&var28); // 28 QVariantHash\n"
"QVariant var31 = QVariant::fromValue<void *>(&r); unused(&var31); // 31 void *\n"
"QVariant var32 = QVariant::fromValue<long>(32); unused(&var32); // 32 long\n"