makes clippy happy

This commit is contained in:
Irevoire 2022-11-22 14:26:56 +01:00
parent 23ec7db3f9
commit 2999ae3da4
No known key found for this signature in database
GPG Key ID: 7A6A970C96104F1B

View File

@ -1251,10 +1251,7 @@ mod tests {
} }
Err(RecvTimeoutError::Disconnected) => panic!("The scheduler crashed."), Err(RecvTimeoutError::Disconnected) => panic!("The scheduler crashed."),
}; };
assert!( assert!(!b, "Found the breakpoint handle in a bad state. Check your test suite");
b == false,
"Found the breakpoint handle in a bad state. Check your test suite"
);
self.last_breakpoint = breakpoint_2; self.last_breakpoint = breakpoint_2;