| author | |
| committer | |
| log | 55dfe729b480c2ba121c6f650d160921560d9535 |
| tree | 98db656bfdf89d8112fbbc72e16046fcb9d62ed8 |
| parent | 93291cc4722d51afbba7378fab5cfb25da175a79 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/meta.zig+1-1| ... | @@ -867,7 +867,7 @@ pub fn ArgsTuple(comptime Function: type) type { | ... | @@ -867,7 +867,7 @@ pub fn ArgsTuple(comptime Function: type) type { |
| 867 | }); | 867 | }); |
| 868 | } | 868 | } |
| 869 | 869 | ||
| 870 | comptime { | 870 | test "ArgsTuple" { |
| 871 | const T = struct { | 871 | const T = struct { |
| 872 | fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void { | 872 | fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void { |
| 873 | if (Expected != Actual) | 873 | if (Expected != Actual) |