For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2008-02-11-AnnotateBuiltin.c
diff --git a/test/CFrontend/2008-02-11-AnnotateBuiltin.c b/test/CFrontend/2008-02-11-AnnotateBuiltin.c
deleted file mode 100644 (file)
index 32bc7a8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
-
-int main() {
-  int x = 0;
-  return __builtin_annotation(x, "annotate");
-}
-