diff options
Diffstat (limited to 'test_asm.sh')
-rwxr-xr-x | test_asm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_asm.sh b/test_asm.sh index 1726a6a4e5..e7f6ce9761 100755 --- a/test_asm.sh +++ b/test_asm.sh @@ -3,7 +3,7 @@ clear -clang -std=gnu99 -Wall -Werror -Wshorten-64-to-32 ujit_asm.c ujit_asm_tests.c -o asm_test +clang -std=gnu99 -Wall -Werror -Wshorten-64-to-32 yjit_asm.c yjit_asm_tests.c -o asm_test ./asm_test |