about summary refs log tree commit diff stats
path: root/072wait.cc
diff options
context:
space:
mode:
Diffstat (limited to '072wait.cc')
-rw-r--r--072wait.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/072wait.cc b/072wait.cc
index 3f69219f..584e88e3 100644
--- a/072wait.cc
+++ b/072wait.cc
@@ -33,13 +33,11 @@ waiting_on_location = old_value_of_waiting_location = 0;
 if (Passed && any_routines_waiting()) {
   Passed = false;
   raise << Current_scenario->name << ": deadlock!\n" << end();
-  ++Num_failures;
 }
 :(before "End Test Teardown")
 if (Passed && any_routines_with_error()) {
   Passed = false;
   raise << "some routines died with errors\n" << end();
-  ++Num_failures;
 }
 :(code)
 bool any_routines_waiting() {