For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2003-08-17-DeadCodeShortCircuit.c
diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c
deleted file mode 100644 (file)
index c275fee..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -xc %s -c -o %t.o
-
-int test(_Bool pos, _Bool color) {
-  return 0;
-  return (pos && color);
-}
-