Skip to content

Commit 6469942

Browse files
committed
fix test
1 parent 5d85d0b commit 6469942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/args.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Deno.test("no default features", () => {
1414
]);
1515
assertEquals(
1616
(args as CommonBuild).cargoFlags,
17-
["--no-default-features", "--features", "wasm", "--sync"],
17+
["--no-default-features", "--features", "wasm", "--inline"],
1818
);
1919
});

0 commit comments

Comments
 (0)