summaryrefslogtreecommitdiff
path: root/test/FrontendC/2011-03-02-UnionInitializer.c
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-03-08 21:54:17 +0000
committerStuart Hastings <stuart@apple.com>2011-03-08 21:54:17 +0000
commit19ba42eda272bd5894ae4228a3598288bded4617 (patch)
tree2dd2bd21e3283e1c742a15adcfe2e1358a63a76a /test/FrontendC/2011-03-02-UnionInitializer.c
parent93f017648d79527a861fb444bbad7006c1c60661 (diff)
downloadllvm-19ba42eda272bd5894ae4228a3598288bded4617.tar.gz
llvm-19ba42eda272bd5894ae4228a3598288bded4617.tar.bz2
llvm-19ba42eda272bd5894ae4228a3598288bded4617.tar.xz
Reverting testcase at 4126896; r126672 broke something else. <rdar://problem/9055247>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2011-03-02-UnionInitializer.c')
-rw-r--r--test/FrontendC/2011-03-02-UnionInitializer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/FrontendC/2011-03-02-UnionInitializer.c b/test/FrontendC/2011-03-02-UnionInitializer.c
deleted file mode 100644
index a5ea75e08c..0000000000
--- a/test/FrontendC/2011-03-02-UnionInitializer.c
+++ /dev/null
@@ -1,2 +0,0 @@
-// RUN: %llvmgcc -S %s
-union { int :3; double f; } u17_017 = {17.17};