Skip to content

Commit

Permalink
re-enable test drop check
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Jun 23, 2022
1 parent c8b6395 commit 766bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ mod tests {
struct WrapU32(u32);
impl Drop for WrapU32 {
fn drop(&mut self) {
// panic!("undroppable")
panic!("undroppable")
}
}
fn objfn(x: &[f64], _grad: Option<&mut [f64]>, call_ct: &mut WrapU32) -> f64 {
Expand Down

0 comments on commit 766bead

Please sign in to comment.