For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2003-10-06-NegateExprType.c
diff --git a/test/CFrontend/2003-10-06-NegateExprType.c b/test/CFrontend/2003-10-06-NegateExprType.c
deleted file mode 100644 (file)
index 0238603..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-
-
-extern int A[10];
-void Func(int *B) { 
-  B - &A[5]; 
-}
-