diff --git a/test/golden.out b/test/golden.out index 2c5cbc697e..e2c18f02d1 100644 --- a/test/golden.out +++ b/test/golden.out @@ -14,10 +14,6 @@ for.go:45: fatal error: optoas: no entry MOD-INT32 BUG: known to fail incorrectly =========== ./func.go -main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX -main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX -main_f4: doasm: notfound from=75 to=10 (24) IDIVL $2,AX -BUG: known to fail incorrectly =========== ./func1.go BUG: known to succeed incorrectly diff --git a/test/run b/test/run index acfc25c70d..f01f424483 100755 --- a/test/run +++ b/test/run @@ -8,7 +8,8 @@ Xamd64) export A=6 ;; *) - echo 1>&2 run: unknown architecture + export A=6 + echo 1>&2 run: assuming amd64 exit 1 esac