virtual dtors == good

This commit is contained in:
Aaron
2009-02-18 13:42:32 -05:00
parent 7412a333fc
commit 593bf1f126
24 changed files with 46 additions and 5 deletions

View File

@@ -198,6 +198,7 @@ namespace QueryTests {
class Fail : public ClientBase {
public:
virtual ~Fail() {}
void run() {
prep();
ASSERT( !error() );