For PR1338: Rename test dirs
[oota-llvm.git] / test / C++Frontend / 2008-01-12-VecInit.cpp
diff --git a/test/C++Frontend/2008-01-12-VecInit.cpp b/test/C++Frontend/2008-01-12-VecInit.cpp
deleted file mode 100644 (file)
index e21bbb9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc -xc++ %s -S -o -
-// rdar://5685492
-
-typedef int __attribute__((vector_size(16))) v;
-v vt = {1, 2, 3, 4};
-