summary refs log tree commit diff
path: root/src/test/go.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-25 20:34:15 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-25 20:34:15 -0400
commitaad52241c88ad5327a8488c66dc906c8393c9c92 (patch)
tree43c6244cf40082b97d49840018e59be5f881a9c9 /src/test/go.sh
parent62e238a6ef151d56b79e1f076a57463f2e1fb020 (diff)
downloadroux-aad52241c88ad5327a8488c66dc906c8393c9c92.tar.gz
compatibility fixes for mac os
Diffstat (limited to 'src/test/go.sh')
-rwxr-xr-xsrc/test/go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/go.sh b/src/test/go.sh
index 35bf525..696f690 100755
--- a/src/test/go.sh
+++ b/src/test/go.sh
@@ -41,7 +41,7 @@ once() {
 
 	echo "$T... "
 
-	if ! ./qbe $T -o $ASM
+	if ! ./qbe -o $ASM $T
 	then
 		echo "[qbe fail]"
 		return 1