For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2005-07-26-UnionInitCrash.c
diff --git a/test/CFrontend/2005-07-26-UnionInitCrash.c b/test/CFrontend/2005-07-26-UnionInitCrash.c
deleted file mode 100644 (file)
index 563278a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-// PR607
-// RUN: %llvmgcc %s -S -o -
-union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};