We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99f502 commit 0a34ca5Copy full SHA for 0a34ca5
tests/hifive-unmatched-a00.rs
@@ -51,7 +51,7 @@ fn hifive_unmatched() {
51
if let Some(stdout_path) = chosen.stdout_path {
52
assert_eq!(stdout_path, "serial0\0");
53
} else {
54
- assert!(false, "Failed to find chosen/stdout_path");
+ panic!("Failed to find chosen/stdout_path");
55
}
56
57
assert_eq!(t.cpus.timebase_frequency, 1000000);
0 commit comments