Skip to content

Commit

Permalink
!fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed May 27, 2021
1 parent 14f469f commit 23e52b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/c-api/tests/wasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasm_engine_t *wasm_engine_new() {
printf("Compiler %s not recognized\n", wasmer_test_compiler);
abort();
}
if (strcmp(wasmer_test_engine, "jit") == 0) {
if (strcmp(wasmer_test_engine, "universal") == 0) {
assert(wasmer_is_engine_available(UNIVERSAL));
wasm_config_set_engine(config, UNIVERSAL);
} else if (strcmp(wasmer_test_engine, "native") == 0) {
Expand Down

0 comments on commit 23e52b7

Please sign in to comment.