authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-22 19:48:12-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-22 19:48:12-07:00
log8df4bb7c968a41a9fca4fe56f48ccee90d2e551e
treea00a0ebb7194ba1a71e77ce965aef9d889e6b8d5
parentce41ddcd2382ef9c3866ccdf25a526a8eca5fe51

stage2: fix builtin.zig for `zig test`


1 files changed, 1 insertions(+), 1 deletions(-)

src/Compilation.zig+1-1
...@@ -3381,7 +3381,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: *Allocator) Alloc...@@ -3381,7 +3381,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: *Allocator) Alloc
33813381
3382 if (comp.bin_file.options.is_test) {3382 if (comp.bin_file.options.is_test) {
3383 try buffer.appendSlice(3383 try buffer.appendSlice(
3384 \\pub var test_functions: []TestFn = undefined; // overwritten later3384 \\pub var test_functions: []std.builtin.TestFn = undefined; // overwritten later
3385 \\3385 \\
3386 );3386 );
3387 if (comp.test_evented_io) {3387 if (comp.test_evented_io) {