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