summaryrefslogtreecommitdiff
path: root/test/FrontendC/Atomics-no64bit.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-09 16:38:15 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-09 16:38:15 +0000
commit75657ade4528b4a44ec1a9c850bc343483508af4 (patch)
tree702981dba0f17a8da7deee7a3e5c9e75c63a84e0 /test/FrontendC/Atomics-no64bit.c
parent95a3be0ba44e96308c65c28ee859acc36149ddd8 (diff)
downloadllvm-75657ade4528b4a44ec1a9c850bc343483508af4.tar.gz
llvm-75657ade4528b4a44ec1a9c850bc343483508af4.tar.bz2
llvm-75657ade4528b4a44ec1a9c850bc343483508af4.tar.xz
Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,
but might as well use the more standard syntax). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/Atomics-no64bit.c')
-rw-r--r--test/FrontendC/Atomics-no64bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/Atomics-no64bit.c b/test/FrontendC/Atomics-no64bit.c
index 12fb75a2d9..6fb6109811 100644
--- a/test/FrontendC/Atomics-no64bit.c
+++ b/test/FrontendC/Atomics-no64bit.c
@@ -9,7 +9,7 @@
// Currently this is implemented only for Alpha, X86, PowerPC.
// Add your target here if it doesn't work.
// This version of the test does not include long long.
-// XFAIL: sparc|arm
+// XFAIL: sparc,arm
signed char sc;
unsigned char uc;