mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
c4df9bf56f
Companion commit to 61a53a5875.
This commit also moves over a bunch of behavior test cases to the
passing-for-stage2 section.
5 lines
153 B
Zig
5 lines
153 B
Zig
const std = @import("std");
|
|
const expect = std.testing.expect;
|
|
const expectError = std.testing.expectError;
|
|
const expectEqual = std.testing.expectEqual;
|