From d7279c4c177bca357ef96ff1379fd9bc420bfe83 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Thu, 27 May 2010 15:17:06 +0000 Subject: Update clang to r104832. --- test/CodeGenCXX/dyncast.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CodeGenCXX/dyncast.cpp') diff --git a/test/CodeGenCXX/dyncast.cpp b/test/CodeGenCXX/dyncast.cpp index 127cdd89683d..906d44b3c5ec 100644 --- a/test/CodeGenCXX/dyncast.cpp +++ b/test/CodeGenCXX/dyncast.cpp @@ -20,8 +20,6 @@ extern "C" int printf(const char *str...); void test1() { test1_B* bp = (test1_B*)&test1_d; test1_A* ap = &test1_d; - // This throws - // test1_D& dr = dynamic_cast(*bp); test1_D* dp = dynamic_cast(bp); S(dp == 0, 1); ap = dynamic_cast(bp); -- cgit v1.3