]> granicus.if.org Git - clang/commitdiff
[clang-diff] Fix test
authorJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 10:05:24 +0000 (10:05 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sat, 19 Aug 2017 10:05:24 +0000 (10:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311233 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/clang-diff-ast.cpp

index bfa90c6560baaa23314699d343630e3e33fe9008..89817f022729af9a979d4aa471d0e79dcd68fba8 100644 (file)
@@ -31,7 +31,7 @@ class Base {
 // CHECK: CXXRecordDecl: X;class X;(
 class X : Base {
   int m;
-  // CHECK: CXXMethodDecl: foo(const char *(int))(
+  // CHECK: CXXMethodDecl: foo(const char *(int)
   // CHECK: ParmVarDecl: i(int)(
   const char *foo(int i) {
     if (i == 0)