For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2007-11-07-CopyAggregateAlign.c
diff --git a/test/CFrontend/2007-11-07-CopyAggregateAlign.c b/test/CFrontend/2007-11-07-CopyAggregateAlign.c
deleted file mode 100644 (file)
index 8bd94b0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6
-struct A { char s, t, u, v; short a; };
-void q() { struct A a, b; a = b; }