Skip to content

Commit 4d6ac05

Browse files
committed
Add missing arg for the jit.std_example test
1 parent b1ebc55 commit 4d6ac05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
7777
),
7878
TestCase::build_lib("build.alloc_system", "example/alloc_system.rs", "lib"),
7979
TestCase::build_bin_and_run("aot.alloc_example", "example/alloc_example.rs", &[]),
80-
TestCase::jit_bin("jit.std_example", "example/std_example.rs", ""),
80+
TestCase::jit_bin("jit.std_example", "example/std_example.rs", "arg"),
8181
TestCase::build_bin_and_run("aot.std_example", "example/std_example.rs", &["arg"]),
8282
TestCase::build_bin_and_run("aot.dst_field_align", "example/dst-field-align.rs", &[]),
8383
TestCase::build_bin_and_run(

0 commit comments

Comments
 (0)