diff options
Diffstat (limited to 'testsuite/parseok')
-rwxr-xr-x | testsuite/parseok/fourteen.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/fourteen.stp b/testsuite/parseok/fourteen.stp index 30ada648..bdd31469 100755 --- a/testsuite/parseok/fourteen.stp +++ b/testsuite/parseok/fourteen.stp @@ -11,7 +11,7 @@ global global %( arch == "i386" %? i386 -%: %( arch == "i686" %? i686 +%: %( arch == "powerpc" %? powerpc %: %( arch != "x86_64" %? other %: x86_64 %) %) %) |