forked from qt-creator/qt-creator
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user