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 pid = Kernel.fork do
mutex.lock mutex.lock
# sleep 0.2 sleep 0.2
# mutex.unlock mutex.unlock
# Kernel.exit! Kernel.exit!
end end
sleep 0.1 sleep 0.1