librustrt: fix fallout

This commit is contained in:
Jorge Aparicio 2014-12-05 10:52:51 -05:00
parent 8df27d26bd
commit 950fbf4e10

View file

@ -128,7 +128,7 @@ mod imp {
assert!(take() == Some(expected.clone()));
assert!(take() == None);
(|| {
(|&mut:| {
}).finally(|| {
// Restore the actual global state.
match saved_value {