mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
Changes comptime block to test.
This commit is contained in:
parent
7f68b14377
commit
9331466998
@ -857,7 +857,7 @@ pub fn Tuple(comptime types: anytype) type {
|
||||
});
|
||||
}
|
||||
|
||||
comptime {
|
||||
test "Tuple" {
|
||||
const T = struct {
|
||||
fn assertTypeEqual(comptime Expected: type, comptime Actual: type) void {
|
||||
if (Expected != Actual)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user