mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 17:53:07 +00:00
Companion commit to 61a53a587558ff1fe1b0ec98bb424022885edccf. This commit also moves over a bunch of behavior test cases to the passing-for-stage2 section.
4 lines
108 B
Zig
4 lines
108 B
Zig
const std = @import("std");
|
|
const expect = std.testing.expect;
|
|
const expectEqual = std.testing.expectEqual;
|