diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ for test ; do name=${test%.c} case $name in *+*) arch=${name##*+} ;; - *) arch=x86_64 ;; + *) arch=x86_64-sysv ;; esac if [ -f "$name.qbe" ] ; then want=$name.qbe |