diff options
Diffstat (limited to 'test/sem_test.cpp')
-rw-r--r-- | test/sem_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sem_test.cpp b/test/sem_test.cpp index b3e8b5b..dda6ca2 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -39,7 +39,7 @@ main() waiter.start(); sleep(1); - + cout << "[Main] Signalling..." << endl; sem.post(); |