Skip to content

Commit

Permalink
Fix Issue 10386
Browse files Browse the repository at this point in the history
Signed-off-by: runiixx <[email protected]>
  • Loading branch information
runiixx committed Dec 7, 2024
1 parent 266694d commit a20e438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/math/traits.d
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,7 @@ bool isIdentical(real x, real y) @trusted pure nothrow @nogc

assert(test6);
assert(test7);
assert(test8);

assert(test8);
}

@safe @nogc pure nothrow unittest
Expand Down

0 comments on commit a20e438

Please sign in to comment.