authorgravatar for xq@random-projects.netFelix "xq" Queißner <xq@random-projects.net> 2020-09-28 11:44:55+02:00
committergravatar for xq@random-projects.netFelix "xq" Queißner <xq@random-projects.net> 2020-09-28 11:44:55+02:00
log55dfe729b480c2ba121c6f650d160921560d9535
tree98db656bfdf89d8112fbbc72e16046fcb9d62ed8
parent93291cc4722d51afbba7378fab5cfb25da175a79

Changes comptime block to test.


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}
869869
870comptime {870test "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)