| ... | @@ -3381,7 +3381,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: *Allocator) Alloc | ... | @@ -3381,7 +3381,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: *Allocator) Alloc |
| 3381 | | 3381 | |
| 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 later | 3384 | \\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) { |