stage2: fix builtin.zig for zig test

This commit is contained in:
Andrew Kelley 2021-04-22 19:48:12 -07:00
parent ce41ddcd23
commit 8df4bb7c96

View File

@ -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) {