| author | |
| committer | |
| log | 766306793a6e48bb2c102ab110c530691e1f0f8c |
| tree | ee85da6a57d0fd71dc852a80808b3b0e614a9713 |
| parent | ff838d86315ccb49f9c3de839458508fda857231 |
| signature | Commit is signed but in an unrecognized format. |
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" { |
| 845 | 845 | ||
| 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..])); | ||
| 849 | 848 | ||
| 850 | const EU = struct { | 849 | const EU = struct { |
| 851 | fn tst(err: bool) !u8 { | 850 | fn tst(err: bool) !u8 { |