We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee268ff commit 6af35d2Copy full SHA for 6af35d2
1 file changed
build.zig
@@ -9,7 +9,7 @@ pub const AddOptions = struct {
9
/// Path to the test source file
10
test_file: Build.LazyPath,
11
/// The `exetest` build module to import into the test
12
- exetest_mod: ?*Build.Module,
+ exetest_mod: ?*Build.Module = null,
13
};
14
15
/// Register new test
0 commit comments