mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std: correct faulty test
This commit is contained in:
parent
ff838d8631
commit
766306793a
@ -845,7 +845,6 @@ test "std.meta.eql" {
|
||||
|
||||
try testing.expect(eql(a1, a2));
|
||||
try testing.expect(!eql(a1, a3));
|
||||
try testing.expect(!eql(a1[0..], a2[0..]));
|
||||
|
||||
const EU = struct {
|
||||
fn tst(err: bool) !u8 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user