mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
stage2: fix builtin.zig for zig test
This commit is contained in:
parent
ce41ddcd23
commit
8df4bb7c96
@ -3381,7 +3381,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: *Allocator) Alloc
|
||||
|
||||
if (comp.bin_file.options.is_test) {
|
||||
try buffer.appendSlice(
|
||||
\\pub var test_functions: []TestFn = undefined; // overwritten later
|
||||
\\pub var test_functions: []std.builtin.TestFn = undefined; // overwritten later
|
||||
\\
|
||||
);
|
||||
if (comp.test_evented_io) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user