From 92c4ec293d0b73e5c6306d26e608340edc40b04c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 21 Mar 2016 11:28:59 +0100 Subject: sim: Fix compiler warning and by this fixing the test result --- tests/sim/sim_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/sim') diff --git a/tests/sim/sim_test.c b/tests/sim/sim_test.c index 4710c32e..425ce11d 100644 --- a/tests/sim/sim_test.c +++ b/tests/sim/sim_test.c @@ -54,4 +54,5 @@ static void test_cla_ins_tbl(void) int main(int argc, char **argv) { test_cla_ins_tbl(); + return EXIT_SUCCESS; } -- cgit v1.2.3