authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2023-11-18 18:22:55+00:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2023-11-19 11:11:50+00:00
log766306793a6e48bb2c102ab110c530691e1f0f8c
treeee85da6a57d0fd71dc852a80808b3b0e614a9713
parentff838d86315ccb49f9c3de839458508fda857231
signature Commit is signed but in an unrecognized format.

std: correct faulty test


1 files changed, 0 insertions(+), 1 deletions(-)

lib/std/meta.zig-1
...@@ -845,7 +845,6 @@ test "std.meta.eql" {...@@ -845,7 +845,6 @@ test "std.meta.eql" {
845845
846 try testing.expect(eql(a1, a2));846 try testing.expect(eql(a1, a2));
847 try testing.expect(!eql(a1, a3));847 try testing.expect(!eql(a1, a3));
848 try testing.expect(!eql(a1[0..], a2[0..]));
849848
850 const EU = struct {849 const EU = struct {
851 fn tst(err: bool) !u8 {850 fn tst(err: bool) !u8 {