[Issue 16227] std.numeric unit tests fail when run in isolation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 12 00:35:47 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16227

TJ Ryan <tjfryan at outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tjfryan at outlook.com

--- Comment #1 from TJ Ryan <tjfryan at outlook.com> ---
Throwing `writeln(!e);` before the `if (!e) continue;` on line 1943 of
numeric.d somehow got the unittest to pass.  What's more interesting is that
every time the continue is taken, !e is reported to be false.

--


More information about the Digitalmars-d-bugs mailing list