diff options
Diffstat (limited to 'test/Index/TestClassForwardDecl.m')
-rw-r--r-- | test/Index/TestClassForwardDecl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/TestClassForwardDecl.m b/test/Index/TestClassForwardDecl.m index 867113c496..d3d720c2ba 100644 --- a/test/Index/TestClassForwardDecl.m +++ b/test/Index/TestClassForwardDecl.m @@ -20,7 +20,7 @@ void function(Foo * arg) // CHECK-scan: [10:15 - 10:18] ObjCClassRef=Foo:8:8 // CHECK-scan: [10:18 - 10:24] ParmDecl=arg:10:21 (Definition) // CHECK-scan: [10:24 - 11:1] FunctionDecl=function:10:6 (Definition) -// CHECK-scan: [11:1 - 13:2] UnexposedStmt= +// CHECK: [11:1 - 13:2] CompundStmt= |