Skip to content

Commit 49c1dc2

Browse files
committed
Another case where a dead cast was causing the test to spuriously
fail with the new front-end. llvm-svn: 27663
1 parent 2d2f3ef commit 49c1dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | not grep cast
1+
// RUN: %llvmgxx -xc++ %s -c -o - | opt -die | llvm-dis | not grep cast
22

33
void foo(int*);
44

0 commit comments

Comments
 (0)