summaryrefslogtreecommitdiff
path: root/test/C++Frontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-13 17:28:28 +0000
committerChris Lattner <sabre@nondot.org>2006-04-13 17:28:28 +0000
commit4d4f52221bf3769115fe731cec2bf5938e0c83dd (patch)
treee953b34ec983fc9afe0d3628f8244a5c6600ef32 /test/C++Frontend
parent412a0bf58d22b90c3c7b5234bc727a116ee779ef (diff)
downloadllvm-4d4f52221bf3769115fe731cec2bf5938e0c83dd.tar.gz
llvm-4d4f52221bf3769115fe731cec2bf5938e0c83dd.tar.bz2
llvm-4d4f52221bf3769115fe731cec2bf5938e0c83dd.tar.xz
Another case where a dead cast was causing the test to spuriously
fail with the new front-end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-rw-r--r--test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp b/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
index 5bc336c69d..7711cff6d3 100644
--- a/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
+++ b/test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | not grep cast
+// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | not grep cast
void foo(int*);