mirror of
https://github.com/ziglang/zig.git
synced 2026-01-26 01:05:22 +00:00
rb: just use @include("std")
we already have to use --override-std-dir when running std tests, and having it this way makes it much easier to run just the tests of this file.
This commit is contained in:
parent
7bb4c855ad
commit
de07ca77e7
@ -1,4 +1,4 @@
|
||||
const std = @import("std.zig");
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
const testing = std.testing;
|
||||
const Order = std.math.Order;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user