Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 2, 2024
1 parent 3b7ff90 commit 7c1b44c
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 7c1b44c

Please sign in to comment.