Skip to content

Commit d79965f

Browse files
authored
Third try to fix CI
1 parent f10514f commit d79965f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ $RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --cra
3838
./target/out/mini_core_hello_world abc bcd
3939
# (echo "break set -n main"; echo "run"; sleep 1; echo "si -c 10"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
4040

41-
exit 1
42-
4341
echo "[AOT] arbitrary_self_types_pointers_and_wrappers"
4442
$RUSTC example/arbitrary_self_types_pointers_and_wrappers.rs --crate-name arbitrary_self_types_pointers_and_wrappers --crate-type bin
4543
./target/out/arbitrary_self_types_pointers_and_wrappers

0 commit comments

Comments
 (0)