diff options
Diffstat (limited to 'test/dgunit.h')
-rw-r--r-- | test/dgunit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dgunit.h b/test/dgunit.h index 5bb47bb..a010092 100644 --- a/test/dgunit.h +++ b/test/dgunit.h @@ -98,6 +98,7 @@ public: result.id = test_num; result.func = test.second; failed_tests.push_back(result); + ++failed; continue; } catch(...) |