From 65705d1d76bd4edca324a52eaf27ecb6e6a8151c Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Tue, 6 Oct 2009 18:12:12 +0000 Subject: [PATCH] Fix test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83398 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/virtual-function-calls.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/CodeGenCXX/virtual-function-calls.cpp b/test/CodeGenCXX/virtual-function-calls.cpp index 4002859638..e3a19a34a1 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); -- 2.50.1