Skip to content

Commit

Permalink
fix empty test name
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Aug 18, 2022
1 parent f5ecb95 commit f1209f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,6 @@ pub const Linker = opaque {
extern "c" fn wasmtime_linker_instantiate(*const Linker, *const wasm.Module, *?*wasm.Instance, *?*Trap) ?*WasmError;
};

test "" {
test "noempty" {
testing.refAllDecls(@This());
}

0 comments on commit f1209f5

Please sign in to comment.