diff options
Diffstat (limited to 'cpp/src/tests/IList.cpp')
-rw-r--r-- | cpp/src/tests/IList.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/IList.cpp b/cpp/src/tests/IList.cpp index f5d7cd344e..392ef4823d 100644 --- a/cpp/src/tests/IList.cpp +++ b/cpp/src/tests/IList.cpp @@ -152,6 +152,10 @@ BOOST_FIXTURE_TEST_CASE(TestIterator, Fixture) { } +BOOST_AUTO_TEST_CASE(testEmptyDtor) { + TestList l; +} + BOOST_FIXTURE_TEST_CASE(testOwnership, Fixture) { { TestList l2; |