diff options
author | Anders Carlsson <andersca@mac.com> | 2009-10-12 20:06:34 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-10-12 20:06:34 +0000 |
commit | 5db02476f6bce38bfe055edeeee9cc7deb83f0a5 (patch) | |
tree | 1493583ff5484f8b4fc2fbefb2d332578b898fa1 | |
parent | 4a0d832ecdc15b0667616d3ec570cade4761ceaf (diff) |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83888 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/virtual-function-calls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/virtual-function-calls.cpp b/test/CodeGenCXX/virtual-function-calls.cpp index d27a7c9bfc..ca5acbabcc 100644 --- a/test/CodeGenCXX/virtual-function-calls.cpp +++ b/test/CodeGenCXX/virtual-function-calls.cpp @@ -6,5 +6,6 @@ struct A { }; void f(A *a) { + // CHECK: call void % a->f('c'); } |