mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Fix test
This commit is contained in:
parent
cd642e1893
commit
1aa8fd5736
@ -80,7 +80,7 @@ fn simple() {
|
|||||||
"overflow_checks": true,
|
"overflow_checks": true,
|
||||||
"panic": "unwind",
|
"panic": "unwind",
|
||||||
"rpath": false,
|
"rpath": false,
|
||||||
"split_debuginfo": null,
|
"split_debuginfo": "{...}",
|
||||||
"strip": "none"
|
"strip": "none"
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
@ -125,7 +125,7 @@ fn simple() {
|
|||||||
"overflow_checks": true,
|
"overflow_checks": true,
|
||||||
"panic": "unwind",
|
"panic": "unwind",
|
||||||
"rpath": false,
|
"rpath": false,
|
||||||
"split_debuginfo": null,
|
"split_debuginfo": "{...}",
|
||||||
"strip": "none"
|
"strip": "none"
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
@ -163,7 +163,7 @@ fn simple() {
|
|||||||
"overflow_checks": true,
|
"overflow_checks": true,
|
||||||
"panic": "unwind",
|
"panic": "unwind",
|
||||||
"rpath": false,
|
"rpath": false,
|
||||||
"split_debuginfo": null,
|
"split_debuginfo": "{...}",
|
||||||
"strip": "none"
|
"strip": "none"
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
@ -206,7 +206,7 @@ fn simple() {
|
|||||||
"overflow_checks": true,
|
"overflow_checks": true,
|
||||||
"panic": "unwind",
|
"panic": "unwind",
|
||||||
"rpath": false,
|
"rpath": false,
|
||||||
"split_debuginfo": null,
|
"split_debuginfo": "{...}",
|
||||||
"strip": "none"
|
"strip": "none"
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user