mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 22:39:07 +02:00
GDBMI debugger testcase: ensure floating point separator. Issue #031922 patch by jacobb
git-svn-id: trunk@58538 -
This commit is contained in:
parent
10c665a2b8
commit
925809e37e
@ -1138,6 +1138,8 @@ begin
|
|||||||
|
|
||||||
ClearTestErrors;
|
ClearTestErrors;
|
||||||
|
|
||||||
|
// Floating point tests assume that decimal separator is a '.' so make sure that's what we get.
|
||||||
|
FormatSettings.DecimalSeparator := '.';
|
||||||
ClearAllTestArrays;
|
ClearAllTestArrays;
|
||||||
AddExpectSimple;
|
AddExpectSimple;
|
||||||
AddExpectArray_1;
|
AddExpectArray_1;
|
||||||
|
Loading…
Reference in New Issue
Block a user