OSDN Git Service

Reverting testcase at 4126896; r126672 broke something else. <rdar://problem/9055247>
authorStuart Hastings <stuart@apple.com>
Tue, 8 Mar 2011 21:54:17 +0000 (21:54 +0000)
committerStuart Hastings <stuart@apple.com>
Tue, 8 Mar 2011 21:54:17 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127278 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2011-03-02-UnionInitializer.c [deleted file]

diff --git a/test/FrontendC/2011-03-02-UnionInitializer.c b/test/FrontendC/2011-03-02-UnionInitializer.c
deleted file mode 100644 (file)
index a5ea75e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-// RUN: %llvmgcc -S %s
-union { int :3; double f; } u17_017 = {17.17};