diff options
Diffstat (limited to 'cpp/002test')
-rw-r--r-- | cpp/002test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/002test b/cpp/002test index 465f213f..fa91c0a7 100644 --- a/cpp/002test +++ b/cpp/002test @@ -72,6 +72,7 @@ void run_test(size_t i) { Passed = true; // End Test Setup (*Tests[i])(); + teardown(); if (Passed) cerr << "."; } |