mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 08:33:15 +00:00
5 lines
129 B
Zig
5 lines
129 B
Zig
const std = @import("std");
|
|
const testing = std.testing;
|
|
const expect = testing.expect;
|
|
const expectEqual = testing.expectEqual;
|