Skip to content

Commit

Permalink
Print a marker for the final result closure
Browse files Browse the repository at this point in the history
The marker is used to verify the correct output for tests.
  • Loading branch information
dmpots committed Aug 16, 2011
1 parent 8fdf22c commit 9ad2611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Main.c
Expand Up @@ -144,7 +144,7 @@ main(int argc, char *argv[])

T0 = createThread(G_cap0, 1024);
clos0 = startThread(T0, clos0);
printClosure(clos0);
printf("@Result@ "); printClosure(clos0);
printEvents();

return 0;
Expand Down

0 comments on commit 9ad2611

Please sign in to comment.