zig: address a macro todo (#23677)

This commit is contained in:
Meghan Denny
2025-10-15 10:03:58 -08:00
committed by GitHub
parent 324c0d1a39
commit 101e63e881

View File

@@ -591,9 +591,7 @@ pub const Runner = struct {
}
};
// TODO: can change back to `return CallData.callWrapper(.{`
// when https://github.com/ziglang/zig/issues/16242 is fixed
return CallData.callWrapper(CallArgs{
return CallData.callWrapper(.{
macro,
log,
allocator,