nix: use formatted panic

This commit is contained in:
Cole Helbling 2021-05-17 13:36:23 -07:00
parent 452ee25294
commit 36fc9ab70d
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -517,7 +517,7 @@ mod tests {
if expectation_held && missed_requirements == 0 {
} else {
panic!(output);
panic!("{}", output);
}
}