Skip to content

Commit

Permalink
This closes #8, closes #9.
Browse files Browse the repository at this point in the history
Actually issues were closed with previous commit,
but I was offline and could not get correct issue numbers.
  • Loading branch information
Anonimous committed May 12, 2015
1 parent d8702da commit 5069b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/main/libs/generic/sem/main.c
Expand Up @@ -13,7 +13,6 @@ void main_with_return( void * arg )
test_start();

//sem_try_lock test 1
//test_output( (test_var_sig == 1), 1 );
test_output( (BGRT_ST_OK == sem_try_lock( &test_sem )), 1 );
//sem_try_lock test 2
test_output( (0 == test_sem.counter), 2 );
Expand Down

0 comments on commit 5069b29

Please sign in to comment.