Skip to content

Commit 714de7f

Browse files
committed
fix empty test name
1 parent f5ecb95 commit 714de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,6 @@ pub const Linker = opaque {
346346
extern "c" fn wasmtime_linker_instantiate(*const Linker, *const wasm.Module, *?*wasm.Instance, *?*Trap) ?*WasmError;
347347
};
348348

349-
test "" {
349+
test {
350350
testing.refAllDecls(@This());
351351
}

0 commit comments

Comments
 (0)