]> granicus.if.org Git - clang/commitdiff
Fix test.
authorAnders Carlsson <andersca@mac.com>
Mon, 12 Oct 2009 20:06:34 +0000 (20:06 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 12 Oct 2009 20:06:34 +0000 (20:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83888 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/virtual-function-calls.cpp

index d27a7c9bfc03faaddc6c0a2de23793b184ec6de1..ca5acbabcc993acf616c6ffe9e19cc47a5964546 100644 (file)
@@ -6,5 +6,6 @@ struct A {
 };
 
 void f(A *a) {
+  // CHECK: call void %
   a->f('c');
 }