Slightly extend the "error" test
This commit is contained in:
parent
48b05f6989
commit
fcfbcf9dc4
|
@ -30,6 +30,7 @@ static int _test(void)
|
|||
if(error_get_code() != 255)
|
||||
return 2;
|
||||
error_print(NULL);
|
||||
error_print("error");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user