diff options
Diffstat (limited to 'nptl/test-cond-printers.py')
-rw-r--r-- | nptl/test-cond-printers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/test-cond-printers.py b/nptl/test-cond-printers.py index af0e12e..9e807c9 100644 --- a/nptl/test-cond-printers.py +++ b/nptl/test-cond-printers.py @@ -35,7 +35,7 @@ try: break_at(test_source, 'Test status (destroyed)') continue_cmd() # Go to test_status_destroyed - test_printer(var, to_string, {'Status': 'Destroyed'}) + test_printer(var, to_string, {'Threads known to still execute a wait function': '0'}) continue_cmd() # Exit |