Skip to content

Commit 8f97a15

Browse files
committed
Manual find replace updates
1 parent c53cf8c commit 8f97a15

8 files changed

+8
-8
lines changed

tests/fail/concurrency/read_only_atomic_load_large.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ see <https://doc.rust-lang.org/nightly/std/sync/atomic/index.html#atomic-accesse
1515

1616
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
1717

18-
error: aborting due to previous error
18+
error: aborting due to 1 previous error
1919

tests/fail/concurrency/windows_join_detached.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ LL | thread.join().unwrap();
1818

1919
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
2020

21-
error: aborting due to previous error
21+
error: aborting due to 1 previous error
2222

tests/fail/concurrency/windows_join_main.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ LL | assert_eq!(WaitForSingleObject(MAIN_THREAD, INFINITE), 0);
99

1010
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
1111

12-
error: aborting due to previous error
12+
error: aborting due to 1 previous error
1313

tests/fail/concurrency/windows_join_self.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ LL | assert_eq!(WaitForSingleObject(native, INFINITE), 0);
88

99
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
1010

11-
error: aborting due to previous error
11+
error: aborting due to 1 previous error
1212

tests/fail/memleak_rc.32bit.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a
2020

2121
note: the evaluated program leaked memory, pass `-Zmiri-ignore-leaks` to disable this check
2222

23-
error: aborting due to previous error
23+
error: aborting due to 1 previous error
2424

tests/fail/stacked_borrows/retag_data_race_read.stack.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ LL | let t2 = std::thread::spawn(move || thread_2(p));
2121

2222
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
2323

24-
error: aborting due to previous error
24+
error: aborting due to 1 previous error
2525

tests/fail/stacked_borrows/retag_data_race_read.tree.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ LL | pub fn catch_unwind<F: FnOnce() -> R + UnwindSafe, R>(f: F) -> Result<R> {
2222
= note: inside `std::rt::lang_start_internal` at RUSTLIB/std/src/rt.rs:LL:CC
2323
= note: inside `std::rt::lang_start::<()>` at RUSTLIB/std/src/rt.rs:LL:CC
2424

25-
error: aborting due to previous error
25+
error: aborting due to 1 previous error
2626

tests/fail/tree_borrows/write_to_shr.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ LL | let xref = unsafe { &*(x as *mut u64) };
2222

2323
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
2424

25-
error: aborting due to previous error
25+
error: aborting due to 1 previous error
2626

0 commit comments

Comments
 (0)