diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2023-11-18 18:22:55 +0000 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2023-11-19 11:11:50 +0000 |
| commit | 766306793a6e48bb2c102ab110c530691e1f0f8c (patch) | |
| tree | ee85da6a57d0fd71dc852a80808b3b0e614a9713 /lib/std/meta.zig | |
| parent | ff838d86315ccb49f9c3de839458508fda857231 (diff) | |
| download | zig-766306793a6e48bb2c102ab110c530691e1f0f8c.tar.gz zig-766306793a6e48bb2c102ab110c530691e1f0f8c.zip | |
std: correct faulty test
Diffstat (limited to 'lib/std/meta.zig')
| -rw-r--r-- | lib/std/meta.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/meta.zig b/lib/std/meta.zig index 827b8f847c..78df8c1bed 100644 --- a/lib/std/meta.zig +++ b/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 { |
