You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing bogus assert as discussed in issue ARMmbed#354.
This tests had two bad test cases, the %e (%E) and %g (%G). As discussed
in GitHub issue ARMmbed#154, the correct assert is one that ensures "the exponent
always contains at least two digits, and only as many more digits as
necessary to represent the exponent." Therefore, I am removing the asserts
that contain two leading zeros in the exponent.
0 commit comments