Skip to content

Commit c84ff85

Browse files
committed
Change test script
1 parent 08217d1 commit c84ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "[AOT] mini_core_hello_world"
3737
$RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin -g
3838
./target/out/mini_core_hello_world abc bcd
3939
if lldb -v; then
40-
(echo "break set -n main"; echo "run"; sleep 1; echo "si -c 21"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
40+
(echo "break set -n main"; echo "run"; sleep 1; echo "si -c 35"; sleep 1; echo "frame variable") | lldb -- ./target/out/mini_core_hello_world abc bcd
4141
fi
4242

4343
exit 1

0 commit comments

Comments
 (0)