fix stray warn() in runtime safety test

master
Andrew Kelley 2020-03-11 18:45:09 -04:00
parent 51c6bb92b1
commit 571f3ed161
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ pub fn addCases(cases: *tests.CompareOutputContext) void {
cases.addRuntimeSafety("shift left by huge amount",
\\const std = @import("std");
\\pub fn panic(message: []const u8, stack_trace: ?*@import("builtin").StackTrace) noreturn {
\\ std.debug.warn("{}\n", .{message});
\\ if (std.mem.eql(u8, message, "shift amount is greater than the type size")) {
\\ std.process.exit(126); // good
\\ }