diff options
Diffstat (limited to 'tests/fork/init.c')
| -rw-r--r-- | tests/fork/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fork/init.c b/tests/fork/init.c index c64af93..b6cebe7 100644 --- a/tests/fork/init.c +++ b/tests/fork/init.c @@ -9,7 +9,6 @@ START(pid, tid, d0, d1, d2, d3) UNUSED(d2); UNUSED(d3); - /** @todo fork until we run out of memory? */ check(pid == 0, "illegal pid for init\n"); id_t our_id = 0; printf("forking\n"); |
