Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Dec 21, 2023
1 parent 7dffbc5 commit afb1937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextest-runner/tests/integration/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl FixtureStatus {
} else if #[cfg(windows)] {
// A segfault is an access violation on Windows.
let abort_status = Some(AbortStatus::WindowsNtStatus(
windows::Win32::Foundation::STATUS_ACCESS_VIOLATION,
windows_sys::Win32::Foundation::STATUS_ACCESS_VIOLATION,
));
} else {
let abort_status = None;
Expand Down

0 comments on commit afb1937

Please sign in to comment.