diff --git a/lib/std/meta.zig b/lib/std/meta.zig index c92637250f..5b4920157a 100644 --- a/lib/std/meta.zig +++ b/lib/std/meta.zig @@ -857,7 +857,7 @@ pub fn Tuple(comptime types: anytype) type { }); } -comptime { +test "Tuple" { const T = struct { fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void { if (Expected != Actual)