mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32: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 builtin = @import("builtin");
|
||||||
const testing = @import("std").testing;
|
const testing = @import("std").testing;
|
||||||
const maxInt = @import("std").math.maxInt;
|
const maxInt = @import("std").math.maxInt;
|
||||||
const minInt = @import("std").math.maxInt;
|
const minInt = @import("std").math.minInt;
|
||||||
|
|
||||||
const udivmod = @import("udivmod.zig").udivmod;
|
const udivmod = @import("udivmod.zig").udivmod;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user