summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
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
commite6fbe056b862f477906847665fc64581e80aa2af (patch)
treee69cb617c92410fc75483046138d1a42b183b88d /llvm/test/FrontendC
parentc90ca36e29a800f10ac25ef54dd00e7862422d14 (diff)
downloadbcm5719-llvm-e6fbe056b862f477906847665fc64581e80aa2af.tar.gz
bcm5719-llvm-e6fbe056b862f477906847665fc64581e80aa2af.zip
Reverting testcase at 4126896; r126672 broke something else. <rdar://problem/9055247>
llvm-svn: 127278
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/2011-03-02-UnionInitializer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2011-03-02-UnionInitializer.c b/llvm/test/FrontendC/2011-03-02-UnionInitializer.c
deleted file mode 100644
index a5ea75e08c0..00000000000
--- a/llvm/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};
OpenPOWER on IntegriCloud