Skip to content

Commit

Permalink
fixup! test: migrate workspaces to snapbox
Browse files Browse the repository at this point in the history
  • Loading branch information
eth3lbert committed Jun 21, 2024
1 parent dd60bc5 commit fe4463a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions tests/testsuite/workspaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ fn invalid_parent_pointer() {
[ERROR] failed to read `[ROOT]/foo/foo/Cargo.toml`
Caused by:
[..] (os error [..])
[NOT_FOUND]
"#]])
.run();
Expand Down Expand Up @@ -463,7 +463,7 @@ Caused by:
failed to read `[ROOT]/foo/foo/Cargo.toml`
Caused by:
[..] (os error [..])
[NOT_FOUND]
"#]])
.run();
Expand Down Expand Up @@ -1232,10 +1232,7 @@ fn rebuild_please() {
.with_status(101)
.with_stderr_data(str![[r#"
...
assertion `left == right` failed
left: 1
right: 0
[NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
assertion[..]
...
"#]])
.run();
Expand Down Expand Up @@ -1978,7 +1975,7 @@ Caused by:
failed to read `[ROOT]/foo/crates/bar/Cargo.toml`
Caused by:
[..] (os error [..])
[NOT_FOUND]
"#]])
.run();
Expand Down Expand Up @@ -2446,7 +2443,7 @@ Caused by:
failed to read `[ROOT]/foo/x/Cargo.toml`
Caused by:
[..] (os error [..])
[NOT_FOUND]
"#]])
.run();
Expand Down Expand Up @@ -2497,7 +2494,7 @@ Caused by:
failed to read `[ROOT]/foo/bar/baz/Cargo.toml`
Caused by:
[..] (os error [..])
[NOT_FOUND]
"#]])
.run();
Expand Down

0 comments on commit fe4463a

Please sign in to comment.