diff options
Diffstat (limited to 'clang-tools-extra/test/clang-query/function-decl.c')
-rw-r--r-- | clang-tools-extra/test/clang-query/function-decl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clang-query/function-decl.c b/clang-tools-extra/test/clang-query/function-decl.c index 8a2c4bf1201..f35cba03781 100644 --- a/clang-tools-extra/test/clang-query/function-decl.c +++ b/clang-tools-extra/test/clang-query/function-decl.c @@ -1,5 +1,4 @@ // RUN: clang-query -c "match functionDecl()" %s -- | FileCheck %s -// REQUIRES: libedit -// CHECK: function-decl.c:5:1: note: "root" binds here +// CHECK: function-decl.c:4:1: note: "root" binds here void foo(void) {} |