diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-13 16:52:35 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-13 16:52:35 +0000 |
commit | 818ae72d0461ae4b45888b9971d6392ce143df72 (patch) | |
tree | d66c789a6317c6caf97831490790eb1b03c938b6 /test/FrontendC/2003-08-21-WideString.c | |
parent | 6f8abf929ac173872cc50aff767bc25f2a07a523 (diff) | |
download | external_llvm-818ae72d0461ae4b45888b9971d6392ce143df72.zip external_llvm-818ae72d0461ae4b45888b9971d6392ce143df72.tar.gz external_llvm-818ae72d0461ae4b45888b9971d6392ce143df72.tar.bz2 |
XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2003-08-21-WideString.c')
-rw-r--r-- | test/FrontendC/2003-08-21-WideString.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC/2003-08-21-WideString.c b/test/FrontendC/2003-08-21-WideString.c index 0a833dc..ae0783e 100644 --- a/test/FrontendC/2003-08-21-WideString.c +++ b/test/FrontendC/2003-08-21-WideString.c @@ -1,4 +1,6 @@ // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null +// XFAIL: * +// See PR2425 struct { int *name; |