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() {
39
39
$MY_RUSTC example/issue-91827-extern-types.rs --crate-name issue_91827_extern_types --crate-type bin --target " $TARGET_TRIPLE "
40
40
$RUN_WRAPPER ./target/out/issue_91827_extern_types
41
41
42
- echo " [AOT ] alloc_system"
42
+ echo " [BUILD ] alloc_system"
43
43
$MY_RUSTC example/alloc_system.rs --crate-type lib --target " $TARGET_TRIPLE "
44
44
45
45
echo " [AOT] alloc_example"
@@ -56,14 +56,14 @@ function base_sysroot_tests() {
56
56
echo " [JIT] std_example (skipped)"
57
57
fi
58
58
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
-
63
59
echo " [AOT] std_example"
64
60
$MY_RUSTC example/std_example.rs --crate-type bin --target " $TARGET_TRIPLE "
65
61
$RUN_WRAPPER ./target/out/std_example arg
66
62
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
+
67
67
echo " [AOT] subslice-patterns-const-eval"
68
68
$MY_RUSTC example/subslice-patterns-const-eval.rs --crate-type bin -Cpanic=abort --target " $TARGET_TRIPLE "
69
69
$RUN_WRAPPER ./target/out/subslice-patterns-const-eval
You can’t perform that action at this time.
0 commit comments