Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Mar 19, 2024
1 parent ac58786 commit 15e1ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test_threads7.pl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
loops(LOOPS),
between(1,LOOPS,I),
thread_get_message(foo, foo(J)),
%format(" ...Got ~w ~w~n", [I, foo(J)]),
format(" ...Got ~w ~w~n", [I, foo(J)]),
fail.
thread_run(J) :-
format("Terminating ~w~n", [J]),
Expand Down

0 comments on commit 15e1ba7

Please sign in to comment.