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:
Shawn Landden 2020-01-19 22:05:38 +04:00
parent 7bb4c855ad
commit de07ca77e7

View File

@ -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;