From 55dfe729b480c2ba121c6f650d160921560d9535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20=28xq=29=20Quei=C3=9Fner?= Date: Mon, 28 Sep 2020 11:44:55 +0200 Subject: [PATCH] Changes comptime block to test. --- lib/std/meta.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/meta.zig b/lib/std/meta.zig index 98f3b284c1..2744690555 100644 --- a/lib/std/meta.zig +++ b/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)