| author | |
| committer | |
| log | 933146699806fc25f8182f53cd8c217654d51664 |
| tree | d048d9fa28f25807da865edb60126f2a5d25beec |
| parent | 7f68b14377ffe33ded2866f6bf53f213a9c5f620 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/meta.zig+1-1| ... | @@ -857,7 +857,7 @@ pub fn Tuple(comptime types: anytype) type { | ... | @@ -857,7 +857,7 @@ pub fn Tuple(comptime types: anytype) type { |
| 857 | }); | 857 | }); |
| 858 | } | 858 | } |
| 859 | 859 | ||
| 860 | comptime { | 860 | test "Tuple" { |
| 861 | const T = struct { | 861 | const T = struct { |
| 862 | fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void { | 862 | fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void { |
| 863 | if (Expected != Actual) | 863 | if (Expected != Actual) |