Slightly extend the "error" test

This commit is contained in:
Pierre Pronchery 2015-11-22 18:41:28 +01:00
parent 48b05f6989
commit fcfbcf9dc4

View File

@ -30,6 +30,7 @@ static int _test(void)
if(error_get_code() != 255)
return 2;
error_print(NULL);
error_print("error");
return 0;
}