Skip to content

Commit 5e0c623

Browse files
committed
Minor changes to tests.sh
1 parent f429b40 commit 5e0c623

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/tests.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)