Skip to content
Snippets Groups Projects
Commit bcee4a7b authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Fix test.

llvm-svn: 83888
parent a1b54fdb
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,6 @@ struct A { ...@@ -6,5 +6,6 @@ struct A {
}; };
void f(A *a) { void f(A *a) {
// CHECK: call void %
a->f('c'); a->f('c');
} }
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