diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-09 16:38:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-09 16:38:15 +0000 |
commit | 348881949566da733662f18b9cd3888581677b69 (patch) | |
tree | ce5968155caccb95c1e1fc34e10882ebda03073f /llvm/test/FrontendC/Atomics-no64bit.c | |
parent | 5ea234dcec24853ef93f2cf30a8c2e5b0e6870a2 (diff) | |
download | bcm5719-llvm-348881949566da733662f18b9cd3888581677b69.tar.gz bcm5719-llvm-348881949566da733662f18b9cd3888581677b69.zip |
Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,
but might as well use the more standard syntax).
llvm-svn: 86553
Diffstat (limited to 'llvm/test/FrontendC/Atomics-no64bit.c')
-rw-r--r-- | llvm/test/FrontendC/Atomics-no64bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/Atomics-no64bit.c b/llvm/test/FrontendC/Atomics-no64bit.c index 12fb75a2d93..6fb61098110 100644 --- a/llvm/test/FrontendC/Atomics-no64bit.c +++ b/llvm/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; |