Skip to content

Commit

Permalink
Update existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 6, 2024
1 parent 565b5a3 commit ef67dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,13 +790,15 @@ fn example_with_release_flag() {
-C opt-level=3[..]\
-C metadata=[..] \
--out-dir [CWD]/target/release/deps \
-C strip=debuginfo \
-L dependency=[CWD]/target/release/deps`
[COMPILING] foo v0.0.1 ([CWD])
[RUNNING] `rustc --crate-name a examples/a.rs [..]--crate-type bin \
--emit=[..]link \
-C opt-level=3[..]\
-C metadata=[..] \
--out-dir [CWD]/target/release/examples \
-C strip=debuginfo \
-L dependency=[CWD]/target/release/deps \
--extern bar=[CWD]/target/release/deps/libbar-[..].rlib`
[FINISHED] release [optimized] target(s) in [..]
Expand Down
8 changes: 4 additions & 4 deletions tests/testsuite/unit_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn simple() {
"panic": "unwind",
"rpath": false,
"split_debuginfo": "{...}",
"strip": "none"
"strip": "{...}"
},
"target": {
"crate_types": [
Expand Down Expand Up @@ -126,7 +126,7 @@ fn simple() {
"panic": "unwind",
"rpath": false,
"split_debuginfo": "{...}",
"strip": "none"
"strip": "{...}"
},
"target": {
"crate_types": [
Expand Down Expand Up @@ -164,7 +164,7 @@ fn simple() {
"panic": "unwind",
"rpath": false,
"split_debuginfo": "{...}",
"strip": "none"
"strip": "{...}"
},
"target": {
"crate_types": [
Expand Down Expand Up @@ -207,7 +207,7 @@ fn simple() {
"panic": "unwind",
"rpath": false,
"split_debuginfo": "{...}",
"strip": "none"
"strip": "{...}"
},
"target": {
"crate_types": [
Expand Down

0 comments on commit ef67dfb

Please sign in to comment.