Skip to content

Commit a439970

Browse files
committed
Fix warning in aulast_llist_test
1 parent 256cb02 commit a439970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/aulast/test/aulast_llist_test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ test_repeated_add_remove_with_find(void)
308308

309309
list_clear(&l);
310310
TEST_PASS();
311+
return 1;
311312
}
312313

313314
/*
@@ -428,6 +429,7 @@ test_complex_session_management(void)
428429

429430
list_clear(&l);
430431
TEST_PASS();
432+
return 1;
431433
}
432434

433435
int

0 commit comments

Comments
 (0)