summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/fourteen.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/fourteen.stp')
-rwxr-xr-xtestsuite/parseok/fourteen.stp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/parseok/fourteen.stp b/testsuite/parseok/fourteen.stp
index e68aa4fe..cc51b90b 100755
--- a/testsuite/parseok/fourteen.stp
+++ b/testsuite/parseok/fourteen.stp
@@ -8,3 +8,10 @@ global
%: "FAIL2" %)
%: "FAIL3" %)
%: "FAIL4" %)
+
+global
+%( arch == "i386" %? i386
+%: %( arch == "i686" %? i686
+ %: %( arch != "x86_64" %? other %: x86_64 %)
+ %)
+%)