projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e64ff6
)
Fix a warning, closing PR2452
author
Chris Lattner
<sabre@nondot.org>
Fri, 20 Jun 2008 05:33:29 +0000
(
05:33
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 20 Jun 2008 05:33:29 +0000
(
05:33
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52529
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2003-08-21-WideString.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2003-08-21-WideString.c
b/test/FrontendC/2003-08-21-WideString.c
index 75ff557a3d3f86951bdc6e49383984261b827645..69847610b1365d6bbbf061930023f62d6834120a 100644
(file)
--- a/
test/FrontendC/2003-08-21-WideString.c
+++ b/
test/FrontendC/2003-08-21-WideString.c
@@
-1,7
+1,7
@@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-// XFAIL: *
-// See PR2452
+
+#include <wchar.h>
struct {
-
in
t *name;
+
wchar_
t *name;
} syms = { L"NUL" };