Skip to content

Commit f44557c

Browse files
Freax13phil-opp
andauthored
fix copy-paste error
Co-authored-by: Philipp Oppermann <[email protected]>
1 parent f975de9 commit f44557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub fn run_test_kernel_on_uefi_pxe(kernel_binary_path: &str) {
7979

8080
match child_output.status.code() {
8181
Some(33) => {} // success
82-
Some(35) => panic!("Test failed"), // success
82+
Some(35) => panic!("Test failed"),
8383
other => panic!("Test failed with unexpected exit code `{:?}`", other),
8484
}
8585
}

0 commit comments

Comments
 (0)