std: correct faulty test

This commit is contained in:
mlugg 2023-11-18 18:22:55 +00:00
parent ff838d8631
commit 766306793a
No known key found for this signature in database
GPG Key ID: 58978E823BDE3EF9

View File

@ -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 {