summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_pairdiagnostics.tap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/expected_pairdiagnostics.tap')
-rw-r--r--tests/auto/testlib/selftests/expected_pairdiagnostics.tap16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/testlib/selftests/expected_pairdiagnostics.tap b/tests/auto/testlib/selftests/expected_pairdiagnostics.tap
index 25718d0d4c..a5ffbc31ef 100644
--- a/tests/auto/testlib/selftests/expected_pairdiagnostics.tap
+++ b/tests/auto/testlib/selftests/expected_pairdiagnostics.tap
@@ -5,10 +5,10 @@ not ok 2 - testQPair()
---
type: QCOMPARE
message: Compared values are not the same
- wanted: "std::pair(1,2)" (pair2)
- found: "std::pair(1,1)" (pair1)
- expected: "std::pair(1,2)" (pair2)
- actual: "std::pair(1,1)" (pair1)
+ wanted: std::pair(1, 2) (pair2)
+ found: std::pair(1, 1) (pair1)
+ expected: std::pair(1, 2) (pair2)
+ actual: std::pair(1, 1) (pair1)
at: tst_PairDiagnostics::testQPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:0)
file: qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp
line: 0
@@ -17,10 +17,10 @@ not ok 3 - testStdPair()
---
type: QCOMPARE
message: Compared values are not the same
- wanted: "std::pair(1,2)" (pair2)
- found: "std::pair(1,1)" (pair1)
- expected: "std::pair(1,2)" (pair2)
- actual: "std::pair(1,1)" (pair1)
+ wanted: std::pair(1, 2) (pair2)
+ found: std::pair(1, 1) (pair1)
+ expected: std::pair(1, 2) (pair2)
+ actual: std::pair(1, 1) (pair1)
at: tst_PairDiagnostics::testStdPair() (qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp:0)
file: qtbase/tests/auto/testlib/selftests/pairdiagnostics/tst_pairdiagnostics.cpp
line: 0