diff options
Diffstat (limited to 'lldb/tools/lldb-perf/lib/TestCase.h')
-rw-r--r-- | lldb/tools/lldb-perf/lib/TestCase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/tools/lldb-perf/lib/TestCase.h b/lldb/tools/lldb-perf/lib/TestCase.h index 2cfdec9c0eb..707806bf157 100644 --- a/lldb/tools/lldb-perf/lib/TestCase.h +++ b/lldb/tools/lldb-perf/lib/TestCase.h @@ -67,7 +67,8 @@ public: virtual ~TestCase () - {} + { + } virtual bool Setup (int argc, const char** argv); |