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:
@@ -12,7 +12,8 @@
|
||||
|
||||
int test_timeout(void)
|
||||
{
|
||||
while(1)
|
||||
{}
|
||||
return (1);
|
||||
while (1)
|
||||
{
|
||||
}
|
||||
return (1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user