| author | |
| committer | |
| log | de07ca77e7310af23fa494defbf7cc235afdac68 |
| tree | bc9fa66d7f84069ff92464e92c39f1ef148a2f32 |
| parent | 7bb4c855ad3776d7f7d21f2bf1c5c93366205ff2 |
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.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/rb.zig+1-1| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | const std = @import("std.zig"); | |
| 1 | const std = @import("std"); | |
| 2 | 2 | const assert = std.debug.assert; |
| 3 | 3 | const testing = std.testing; |
| 4 | 4 | const Order = std.math.Order; |