tst_exceptionsafety_objects: add virtual ~AbstractTester
authorMarc Mutz <marc.mutz@kdab.com>
Tue, 6 Mar 2012 11:14:51 +0000 (12:14 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 12 Mar 2012 14:37:40 +0000 (15:37 +0100)
commitedea0e19173d92526b6f5378a6182f53d29f45e6
tree199f89bd02e069e76881b41d04c8f471371d5434
parent7738f96f09830f0b21a5834e9af3d4ae8473deab
tst_exceptionsafety_objects: add virtual ~AbstractTester

GCC complained about undefined behaviour when
deleting subclasses of AbstractTester through
pointers to AbstractTester, and it's doing so
correctly...

Change-Id: Ie641281d8aafe32c5c9784e8aa39672ff0b699c7
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
tests/auto/other/exceptionsafety_objects/tst_exceptionsafety_objects.cpp