mirror of
https://github.com/oven-sh/bun
synced 2026-02-19 07:12:24 +00:00
Fix: empty test name
This commit is contained in:
@@ -62,7 +62,7 @@ pub fn main() void {
|
||||
|
||||
pub const JavaScriptVirtualMachine = JavaScript.VirtualMachine;
|
||||
|
||||
test "" {
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
|
||||
std.mem.doNotOptimizeAway(JavaScriptVirtualMachine.fetch);
|
||||
|
||||
Reference in New Issue
Block a user