authorgravatar for xq@random-projects.netFelix "xq" Queißner <xq@random-projects.net> 2020-09-28 11:42:39+02:00
committergravatar for xq@random-projects.netFelix "xq" Queißner <xq@random-projects.net> 2020-09-28 11:42:39+02:00
log933146699806fc25f8182f53cd8c217654d51664
treed048d9fa28f25807da865edb60126f2a5d25beec
parent7f68b14377ffe33ded2866f6bf53f213a9c5f620

Changes comptime block to test.


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/meta.zig+1-1
......@@ -857,7 +857,7 @@ pub fn Tuple(comptime types: anytype) type {
857857 });
858858}
859859
860comptime {
860test "Tuple" {
861861 const T = struct {
862862 fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void {
863863 if (Expected != Actual)