Commit 55dfe729b4
Changed files (1)
lib
std
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)