aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-07-16 19:11:47 +0200
committerhjk <hjk@qt.io>2020-07-17 04:59:26 +0000
commit4eaacced6d2b38c051b7ac885e297592edd956ce (patch)
tree07298038f2c4f0f50557eefaece08c803fa6ac65 /tests/auto
parent2419725466531f6879a8f73297d5706082f34b02 (diff)
Debugger: Fix QV4 dumper test name
Change-Id: I561e088c7b789903b0fb6867a2a2b5edf8eef63f 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 764e14d6be..2406730a2c 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -7561,7 +7561,7 @@ void tst_Dumpers::dumper_data()
+ Check("ob.4", "[4] \"s\"", "\"ssss\"", "" ) % jsonv2;
- QTest::newRow("Q&qstring_literal_temp,V4")
+ QTest::newRow("QV4")
<< Data("#include <private/qv4value_p.h>\n"
"#include <private/qjsvalue_p.h>\n"
"#include <QCoreApplication>\n"