On 05/18/11 22:13, Sebastian Redl wrote: > Removed: cfe/trunk/test/SemaCXX/pr9941.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/pr9941.cpp?rev=131631&view=auto > ============================================================================== > --- cfe/trunk/test/SemaCXX/pr9941.cpp (original) > +++ cfe/trunk/test/SemaCXX/pr9941.cpp (removed) > @@ -1,7 +0,0 @@ > -// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s > - > -struct X > -{ virtual ~X() {} }; > - > -struct Y : X > -{ virtual ~Y() {} };
Is there any reason to remove this test or was this just a mistake? Sean _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
