aboutsummaryrefslogtreecommitdiff
path: root/lib/std/meta.zig
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2023-11-18 18:22:55 +0000
committermlugg <mlugg@mlugg.co.uk>2023-11-19 11:11:50 +0000
commit766306793a6e48bb2c102ab110c530691e1f0f8c (patch)
treeee85da6a57d0fd71dc852a80808b3b0e614a9713 /lib/std/meta.zig
parentff838d86315ccb49f9c3de839458508fda857231 (diff)
downloadzig-766306793a6e48bb2c102ab110c530691e1f0f8c.tar.gz
zig-766306793a6e48bb2c102ab110c530691e1f0f8c.zip
std: correct faulty test
Diffstat (limited to 'lib/std/meta.zig')
-rw-r--r--lib/std/meta.zig1
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 {