mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 04:58:22 +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;
|
||||
|
||||
// Floating point tests assume that decimal separator is a '.' so make sure that's what we get.
|
||||
FormatSettings.DecimalSeparator := '.';
|
||||
ClearAllTestArrays;
|
||||
AddExpectSimple;
|
||||
AddExpectArray_1;
|
||||
|
Loading…
Reference in New Issue
Block a user