We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37ab4 commit 3cb4a31Copy full SHA for 3cb4a31
src/test.zig
@@ -6,6 +6,7 @@ test {
6
testing.refAllDeclsRecursive(@import("builtins/main.zig"));
7
testing.refAllDeclsRecursive(@import("cache.zig"));
8
testing.refAllDeclsRecursive(@import("cache/mmap_cache.zig"));
9
+ testing.refAllDeclsRecursive(@import("test_serialization.zig"));
10
11
// TODO: Remove after hooking up
12
testing.refAllDeclsRecursive(@import("reporting.zig"));
0 commit comments