diff options
Diffstat (limited to 'clang/test/Index/resolve-loc.c')
-rw-r--r-- | clang/test/Index/resolve-loc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/resolve-loc.c b/clang/test/Index/resolve-loc.c index 1b40ec79625..cbc371a76c6 100644 --- a/clang/test/Index/resolve-loc.c +++ b/clang/test/Index/resolve-loc.c @@ -24,7 +24,7 @@ struct S { // CHECK: VarDecl=top_var // CHECK: FunctionDecl=top_func_decl // CHECK: ParmDecl=param1 -// CHECK: FunctionDecl=top_func_def +// CHECK: FunctionDefn=top_func_def // CHECK: ParmDecl=param2 // CHECK: VarDecl=local_var1 // CHECK: VarDecl=for_var |