Fix bug in DeathWatchSpec (I had forgotten to wrap a Failed)

This commit is contained in:
Roland 2011-10-21 19:07:17 +02:00
parent 92321cd498
commit b39bef69ec
2 changed files with 6 additions and 4 deletions

View file

@ -31,6 +31,7 @@ object Mailbox {
final val Scheduled = 4
// mailbox debugging helper using println (see below)
// TODO take this out before release
final val debug = false
}