GDBMI debugger testcase: ensure floating point separator. Issue #031922 patch by jacobb

git-svn-id: trunk@58538 -
This commit is contained in:
martin 2018-07-15 23:10:26 +00:00
parent 10c665a2b8
commit 925809e37e

View File

@ -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;