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++/2006-11-30-Pubnames.cpp | |
| 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++/2006-11-30-Pubnames.cpp')
| -rw-r--r-- | llvm/test/FrontendC++/2006-11-30-Pubnames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp index b44566af6a6..48ad827f76c 100644 --- a/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp +++ b/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp @@ -7,7 +7,7 @@ // RUN: %llvmdsymutil %t.exe // RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in // RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10} -// XFAIL: alpha|arm +// XFAIL: alpha,arm struct Pubnames { static int pubname; }; |

