8343453: Modernize FloatingDecimal tests

Reviewed-by: darcy
This commit is contained in:
Raffaello Giulietti 2024-11-22 11:41:04 +00:00
parent 847f65c14a
commit bf374c33f5
5 changed files with 39 additions and 3200 deletions

View file

@ -1872,7 +1872,7 @@ public class FloatingDecimal{
}
} // look for and process decimal floating-point string
byte[] digits = new byte[ len ];
byte[] digits = new byte[len];
boolean decSeen = false;
int nDigits = 0;
int decPt = 0;