Skip to content

Commit bd2a59d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/runner/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ pub fn run_test_kernel_on_uefi_pxe(kernel_binary_path: &str) {
7878
.unwrap();
7979

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

0 commit comments

Comments
 (0)