diff options
Diffstat (limited to 'clang/test/Index/complete-and-plugins.c')
-rw-r--r-- | clang/test/Index/complete-and-plugins.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Index/complete-and-plugins.c b/clang/test/Index/complete-and-plugins.c deleted file mode 100644 index 60c9214018b..00000000000 --- a/clang/test/Index/complete-and-plugins.c +++ /dev/null @@ -1,6 +0,0 @@ -// RUN: c-index-test -code-completion-at=%s:7:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s
-// REQUIRES: plugins, examples
-// CHECK: macro definition:{{.*}}
-// CHECK-NOT: top-level-decl: "x"
-
-void x();
|