mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Changes comptime block to test.
This commit is contained in:
parent
93291cc472
commit
55dfe729b4
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user