File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function base_sysroot_tests() {
3939 $MY_RUSTC example/issue-91827-extern-types.rs --crate-name issue_91827_extern_types --crate-type bin --target " $TARGET_TRIPLE "
4040 $RUN_WRAPPER ./target/out/issue_91827_extern_types
4141
42- echo " [AOT ] alloc_system"
42+ echo " [BUILD ] alloc_system"
4343 $MY_RUSTC example/alloc_system.rs --crate-type lib --target " $TARGET_TRIPLE "
4444
4545 echo " [AOT] alloc_example"
@@ -56,14 +56,14 @@ function base_sysroot_tests() {
5656 echo " [JIT] std_example (skipped)"
5757 fi
5858
59- echo " [AOT] dst_field_align"
60- $MY_RUSTC example/dst-field-align.rs --crate-name dst_field_align --crate-type bin --target " $TARGET_TRIPLE "
61- $RUN_WRAPPER ./target/out/dst_field_align || (echo $? ; false)
62-
6359 echo " [AOT] std_example"
6460 $MY_RUSTC example/std_example.rs --crate-type bin --target " $TARGET_TRIPLE "
6561 $RUN_WRAPPER ./target/out/std_example arg
6662
63+ echo " [AOT] dst_field_align"
64+ $MY_RUSTC example/dst-field-align.rs --crate-name dst_field_align --crate-type bin --target " $TARGET_TRIPLE "
65+ $RUN_WRAPPER ./target/out/dst_field_align
66+
6767 echo " [AOT] subslice-patterns-const-eval"
6868 $MY_RUSTC example/subslice-patterns-const-eval.rs --crate-type bin -Cpanic=abort --target " $TARGET_TRIPLE "
6969 $RUN_WRAPPER ./target/out/subslice-patterns-const-eval
You can’t perform that action at this time.
0 commit comments