summaryrefslogtreecommitdiffstats
path: root/test/Index/TestClassForwardDecl.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-05 19:00:14 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-05 19:00:14 +0000
commit42b2984771a7fd1b17c78bbb2c59fed3db2f1960 (patch)
tree943b9062b2efef4dc2b0c7d0daf2cbc66cbafa30 /test/Index/TestClassForwardDecl.m
parent818eafb6ac56c87b80b34be29ca115cd309026d2 (diff)
Expose more statement, expression, and declaration kinds in libclang,
from Manuel Holtgrewe! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/TestClassForwardDecl.m')
-rw-r--r--test/Index/TestClassForwardDecl.m2
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=