Debugger: Adjust expectations of manual bigint test

It was wrong.

Fixes: QTCREATORBUG-29705
Change-Id: I4870d0f1b6b80a4b70803be213cfed51fa37982c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-10-13 12:42:11 +02:00
parent db77f214ca
commit 2893e892df

View File

@@ -5657,8 +5657,8 @@ namespace basic {
quint64 c = std::numeric_limits<quint64>::max() - quint64(1); quint64 c = std::numeric_limits<quint64>::max() - quint64(1);
BREAK_HERE; BREAK_HERE;
// Check a -1143861252567568256 qint64. // Check a -1143861252567568256 qint64.
// Check b -1143861252567568256 quint64. // Check b 17302882821141983360 quint64.
// Check c -2 quint64. // Check c 18446744073709551614 quint64.
// Continue. // Continue.
dummyStatement(&a, &b, &c); dummyStatement(&a, &b, &c);
} }