Commit 9331466998

Felix (xq) Queißner <git@mq32.de>
2020-09-28 11:42:39
Changes comptime block to test.
1 parent 7f68b14
Changed files (1)
lib
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)