| author | |
| committer | |
| log | c7b4b17ba2795cd01db192a99d926bd01e890e49 |
| tree | 9cf12d2523a0e532d441ed95e6e84eb12e941de9 |
| parent | 911cd2611f75f2cd062d736d49f87c3ece584382 |
it's better now1 files changed, 1 insertions(+), 1 deletions(-)
test/cases/safety/slice sentinel mismatch - floats.zig	+1-1| ... | ... | @@ -2,7 +2,7 @@ const std = @import("std"); |
| 2 | 2 | |
| 3 | 3 | pub fn panic(message: []const u8, stack_trace: ?*std.builtin.StackTrace, _: ?usize) noreturn { |
| 4 | 4 | _ = stack_trace; |
| 5 | if (std.mem.eql(u8, message, "sentinel mismatch: expected 1.2e0, found 4e0")) { | |
| 5 | if (std.mem.eql(u8, message, "sentinel mismatch: expected 1.2, found 4")) { | |
| 6 | 6 | std.process.exit(0); |
| 7 | 7 | } |
| 8 | 8 | std.process.exit(1); |