For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2008-04-08-NoExceptions.c
diff --git a/test/CFrontend/2008-04-08-NoExceptions.c b/test/CFrontend/2008-04-08-NoExceptions.c
deleted file mode 100644 (file)
index 257fee2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -S -o - %s | grep nounwind | count 2
-// RUN: %llvmgcc -S -o - %s | not grep {declare.*nounwind}
-
-void f(void);
-void g(void) {
-  f();
-}