]> git.lizzy.rs Git - rust.git/commit
Fix a typo in a rt::io::signal test
authorAlex Crichton <alex@alexcrichton.com>
Sun, 27 Oct 2013 06:31:14 +0000 (23:31 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 27 Oct 2013 06:34:43 +0000 (23:34 -0700)
commit28f4f65d0c1aa7b21c752ad9625dc9cc61a90da7
treef0d1a2d45dd741c74fdd658651c15da6fe4d0110
parent950add4e49cc2ac5d60abd6da969392123ddcce0
Fix a typo in a rt::io::signal test

It was pretty much a miracle that these tests were ever passing. They would
never have passed in the single threaded case because only one sigint in the
tests is ever generated, but when run in parallel two sigints will be generated.
src/libstd/rt/io/signal.rs