Skip to content

Commit 0f8e299

Browse files
voigtLuukdegram
authored andcommitted
fix error "empty test name must be omitted"
1 parent 3a96556 commit 0f8e299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,6 @@ pub const WasiInstance = opaque {
794794
extern "c" fn wasm_instance_delete(?*WasiInstance) void;
795795
};
796796

797-
test "" {
797+
test "run_tests" {
798798
testing.refAllDecls(@This());
799799
}

0 commit comments

Comments
 (0)