mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
compiler_rt: fix mulsi3 test typo
This commit is contained in:
parent
a284be3f69
commit
357f42da6c
@ -2,7 +2,7 @@
|
||||
const builtin = @import("builtin");
|
||||
const testing = @import("std").testing;
|
||||
const maxInt = @import("std").math.maxInt;
|
||||
const minInt = @import("std").math.maxInt;
|
||||
const minInt = @import("std").math.minInt;
|
||||
|
||||
const udivmod = @import("udivmod.zig").udivmod;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user