Prettier output and some fixes (#4)
* feat: tab results * feat: more colors * style: norm * fix: patch a spacing bug * fix: patch a small issue * fix: patch some leaks * style: norm
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
int test_sigkill(void)
|
||||
{
|
||||
raise(SIGKILL);
|
||||
return (1);
|
||||
raise(SIGKILL);
|
||||
return (1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user