Commit 55dfe729b4

Felix (xq) Queißner <git@mq32.de>
2020-09-28 11:44:55
Changes comptime block to test.
1 parent 93291cc
Changed files (1)
lib
lib/std/meta.zig
@@ -867,7 +867,7 @@ pub fn ArgsTuple(comptime Function: type) type {
     });
 }
 
-comptime {
+test "ArgsTuple" {
     const T = struct {
         fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void {
             if (Expected != Actual)