Skip to content

Commit

Permalink
8343453: Modernize FloatingDecimal tests
Browse files Browse the repository at this point in the history
Reviewed-by: darcy
  • Loading branch information
rgiulietti committed Nov 22, 2024
1 parent 847f65c commit bf374c3
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3,197 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ static ASCIIToBinaryConverter readJavaFormatString( String in ) throws NumberFor
}
} // 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;
Expand Down
Loading

1 comment on commit bf374c3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.