Skip to content

Commit

Permalink
Enable Drop for Execs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Aug 28, 2018
1 parent b611750 commit e509118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testsuite/support/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,7 @@ impl Execs {
impl Drop for Execs {
fn drop(&mut self) {
if !self.ran {
// TODO: Re-enable when everything goes through Execs#run
// panic!("forgot to run this command");
panic!("forgot to run this command");
}
}
}
Expand Down

0 comments on commit e509118

Please sign in to comment.