We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ebc55 commit 4d6ac05Copy full SHA for 4d6ac05
build_system/tests.rs
@@ -77,7 +77,7 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
77
),
78
TestCase::build_lib("build.alloc_system", "example/alloc_system.rs", "lib"),
79
TestCase::build_bin_and_run("aot.alloc_example", "example/alloc_example.rs", &[]),
80
- TestCase::jit_bin("jit.std_example", "example/std_example.rs", ""),
+ TestCase::jit_bin("jit.std_example", "example/std_example.rs", "arg"),
81
TestCase::build_bin_and_run("aot.std_example", "example/std_example.rs", &["arg"]),
82
TestCase::build_bin_and_run("aot.dst_field_align", "example/dst-field-align.rs", &[]),
83
TestCase::build_bin_and_run(
0 commit comments