diff options
-rw-r--r-- | test/FrontendC/2011-03-02-UnionInitializer.c | 2 |
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}; |