Revert debugging change to unit test.

This commit is contained in:
Patrick Mahoney 2012-02-08 21:29:37 -06:00
parent 359d44b6f3
commit d373ed5996
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ module ProcessShared
pid = Kernel.fork do
mutex.lock
# sleep 0.2
# mutex.unlock
# Kernel.exit!
sleep 0.2
mutex.unlock
Kernel.exit!
end
sleep 0.1