Skip to content

Commit d17f717

Browse files
committed
Add missing test PASS print in pthread_cond_wait/4-1.c
1 parent e350af1 commit d17f717

File tree

1 file changed

+2
-1
lines changed
  • conformance/interfaces/pthread_cond_wait

1 file changed

+2
-1
lines changed

conformance/interfaces/pthread_cond_wait/4-1.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ int main (int argc, char * argv[])
307307
#ifdef WITH_SYNCHRO
308308
output(" %d signals were sent meanwhile.\n", count_sig);
309309
#endif
310-
#endif
310+
#endif
311+
printf("Test PASS\n");
311312
PASSED;
312313
}

0 commit comments

Comments
 (0)