summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco
diff options
context:
space:
mode:
authorboure2008-05-29 14:42:46 +0000
committerboure2008-05-29 14:42:46 +0000
commitc97af944d9040ed13d338ce8054e487c6604181e (patch)
tree43af9572f46e2bd95d26d342efcde4875c118e52 /cesar/cp2/cco
parentfa6f3764f8e76c6b4b30756a582891a0a133d33a (diff)
back with ecos
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2164 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco')
-rw-r--r--cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c b/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
index 792c14b0b1..1e3fb9e9b9 100644
--- a/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
+++ b/cesar/cp2/cco/bw/test/src/bw_prio_heap_test.c
@@ -312,7 +312,7 @@ main (void){
test_case_bw_prio_get_most_prior_conn (test);
test_result (test);
-// HAL_PLATFORM_EXIT (test_nb_failed (test) == 0 ? 0 : 1);
+ HAL_PLATFORM_EXIT (test_nb_failed (test) == 0 ? 0 : 1);
return test_nb_failed (test) == 0 ? 0 : 1;
}