Skip to content

Commit ce951b9

Browse files
committed
Change test script
1 parent f733b69 commit ce951b9

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
@@ -35,7 +35,7 @@ $RUSTC example/example.rs --crate-type lib
3535

3636
echo "[AOT] mini_core_hello_world"
3737
$RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin -g
38-
(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
38+
(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
3939

4040
exit 1
4141

0 commit comments

Comments
 (0)