Skip to content

Commit 6af35d2

Browse files
committed
fix: set exetest_mod null by default
1 parent ee268ff commit 6af35d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub const AddOptions = struct {
99
/// Path to the test source file
1010
test_file: Build.LazyPath,
1111
/// The `exetest` build module to import into the test
12-
exetest_mod: ?*Build.Module,
12+
exetest_mod: ?*Build.Module = null,
1313
};
1414

1515
/// Register new test

0 commit comments

Comments
 (0)