remove dummy test in cloudflaredeploy.zig
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m49s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m49s
This commit is contained in:
parent
dcf00d8460
commit
cbcdaf5bd7
|
@ -369,9 +369,3 @@ fn addAuthHeaders(headers: *std.http.Headers) !void {
|
|||
}
|
||||
return error.NoCfAuthenticationEnvironmentVariablesSet;
|
||||
}
|
||||
test "simple test" {
|
||||
var list = std.ArrayList(i32).init(std.testing.allocator);
|
||||
defer list.deinit(); // try commenting this out and see if zig detects the memory leak!
|
||||
try list.append(42);
|
||||
try std.testing.expectEqual(@as(i32, 42), list.pop());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user