From a84f8b945d2e403ac5b1fd63f809a3c11f7a5011 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 8 Jun 2017 13:26:42 +0200 Subject: [PATCH] tests: request 0 chips for the error handling test case We now support having no gpio-mockup chips for test cases. Update the error handling test. Signed-off-by: Bartosz Golaszewski --- tests/tests-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-misc.c b/tests/tests-misc.c index 53204d5..4cb3989 100644 --- a/tests/tests-misc.c +++ b/tests/tests-misc.c @@ -39,4 +39,4 @@ static void error_handling(void) } TEST_DEFINE(error_handling, "error handling", - 0, { 1 }); + 0, { }); -- 2.30.2