build; remove inadvertently added debug code
This commit is contained in:
parent
ce67836e8e
commit
4fd68aef55
@ -94,7 +94,6 @@ main (void)
|
||||
#if !defined(PLATFORM_WIN32)
|
||||
// msys2#xxx: hexfloat output is broken under msys2
|
||||
CHECK_RENDER ("%+a", "+0x1.3c0ca2a5b1d5dp+0", +0x1.3c0ca2a5b1d5dp+0);
|
||||
CHECK_RENDER ("%+a", "+0x1.3c0ca2a5b1d5dp+0", +0x1.0p+0);
|
||||
#endif
|
||||
|
||||
CHECK_RENDER ("%#.e", "1.e+00", 1.2345678);
|
||||
|
Loading…
Reference in New Issue
Block a user