commit | 65705d1d76bd4edca324a52eaf27ecb6e6a8151c | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Tue Oct 06 18:12:12 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Tue Oct 06 18:12:12 2009 +0000 |
tree | f285f4aede43e5371522164d244436d563b0e91a | |
parent | c33e4ba20304e222692e77f2c6ad26a5d8d32f83 [diff] [blame] |
Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83398 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/virtual-function-calls.cpp b/test/CodeGenCXX/virtual-function-calls.cpp index 4002859..e3a19a3 100644 --- a/test/CodeGenCXX/virtual-function-calls.cpp +++ b/test/CodeGenCXX/virtual-function-calls.cpp
@@ -1,11 +1,5 @@ -// PR5021 -struct A { - virtual void f(char); -}; +// RUN: clang-cc -emit-llvm-only %s -void f(A *a) { - a->f('c'); -} // PR5021 struct A { virtual void f(char);