|
From: <sv...@va...> - 2012-12-24 10:43:23
|
bart 2012-12-24 10:43:15 +0000 (Mon, 24 Dec 2012)
New Revision: 13200
Log:
drd/tests/pth_cond_destroy_busy: Correct expected output
Modified files:
trunk/drd/tests/pth_cond_destroy_busy.stderr.exp
Modified: trunk/drd/tests/pth_cond_destroy_busy.stderr.exp (+2 -2)
===================================================================
--- trunk/drd/tests/pth_cond_destroy_busy.stderr.exp 2012-12-24 10:23:16 +00:00 (rev 13199)
+++ trunk/drd/tests/pth_cond_destroy_busy.stderr.exp 2012-12-24 10:43:15 +00:00 (rev 13200)
@@ -6,7 +6,7 @@
at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
by 0x........: main (pth_cond_destroy_busy.c:?)
-First pthread_cond_destroy() call returned EBUSY
-Second pthread_cond_destroy() call returned success
+First pthread_cond_destroy() call returned EBUSY.
+Second pthread_cond_destroy() call returned success.
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|