diff --git a/src/cases/case10.cpp b/src/cases/case10.cpp index 2fde2f4..bb45076 100644 --- a/src/cases/case10.cpp +++ b/src/cases/case10.cpp @@ -6,7 +6,7 @@ */ /** - * Tests if threads are properly terminated and started because of state transitions. The thread status is updated accordingly and no memory leaks occur. + * A sleeping thread is not restarted by the watchdog. Additionally, using blocking() also prevents a restart. */ #include #ifdef TASTY_CASE_10