summaryrefslogtreecommitdiffstats
path: root/test/Index/TestClassForwardDecl.m
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-18 20:23:29 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-18 20:23:29 +0000
commitcf84aa46def41cccf4dd4c51cd0543b70c11e4eb (patch)
tree97cf0e8db09f9114f5dee32b9425ea953d7f6690 /test/Index/TestClassForwardDecl.m
parent42f56b50062cd3b3c6b23fdb9053578ae9145664 (diff)
Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/TestClassForwardDecl.m')
-rw-r--r--test/Index/TestClassForwardDecl.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/TestClassForwardDecl.m b/test/Index/TestClassForwardDecl.m
index 76c0b6cffa..c9d9831d51 100644
--- a/test/Index/TestClassForwardDecl.m
+++ b/test/Index/TestClassForwardDecl.m
@@ -41,6 +41,6 @@ void function(Foo * arg)
-// CHECK-load: TestClassForwardDecl.m:10:6: FunctionDefn=function:10:6 [Context=TestClassForwardDecl.m]
-// CHECK-load: TestClassForwardDecl.m:10:21: ParmDecl=arg:10:21 [Context=function]
+// CHECK-load: TestClassForwardDecl.m:10:6: FunctionDefn=function:10:6
+// CHECK-load: TestClassForwardDecl.m:10:21: ParmDecl=arg:10:21