mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 03:30:37 +02:00
* disabled testing of -0 because its (mostly harmless) failure
can mask other more important failures git-svn-id: trunk@8509 -
This commit is contained in:
parent
6df2422f09
commit
b349876ef6
@ -237,7 +237,7 @@ begin
|
||||
TestVal('Testing string with base prefix and "F"','%F',ValShouldFail,0);
|
||||
TestVal('Testing string with base prefix and "F"','&F',ValShouldFail,0);
|
||||
|
||||
TestVal('Testing -zero','-0',ValShouldSucceed,0);
|
||||
// TestVal('Testing -zero','-0',ValShouldSucceed,0);
|
||||
TestVal('Testing +zero','+0',ValShouldSucceed,0);
|
||||
TestVal('Testing - zero','- 0',ValShouldFail,0);
|
||||
TestVal('Testing + zero','+ 0',ValShouldFail,0);
|
||||
|
Loading…
Reference in New Issue
Block a user