Skip to content
Snippets Groups Projects
Commit c4dadfdb authored by Johannes Altmanninger's avatar Johannes Altmanninger
Browse files

[clang-diff] Fix test

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311233 91177308-0d34-0410-b5e6-96231b3b80d8
parent d9cea6ad
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment