diff options
Diffstat (limited to 'src/Module.zig')
| -rw-r--r-- | src/Module.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig index e9658ad89f..01e2403377 100644 --- a/src/Module.zig +++ b/src/Module.zig @@ -6553,7 +6553,7 @@ pub fn populateTestFunctions( } const decl = mod.declPtr(decl_index); var buf: Type.SlicePtrFieldTypeBuffer = undefined; - const tmp_test_fn_ty = decl.ty.slicePtrFieldType(&buf).childType(mod); + const tmp_test_fn_ty = decl.ty.slicePtrFieldType(&buf, mod).childType(mod); const array_decl_index = d: { // Add mod.test_functions to an array decl then make the test_functions |
