Commit 766306793a

mlugg <mlugg@mlugg.co.uk>
2023-11-18 19:22:55
std: correct faulty test
1 parent ff838d8
Changed files (1)
lib
lib/std/meta.zig
@@ -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 {