Skip to content

Commit d36e793

Browse files
committed
Fix tests
1 parent c6529dd commit d36e793

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/testsuite/unit_graph.rs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ fn simple() {
7575
"overflow_checks": true,
7676
"rpath": false,
7777
"incremental": false,
78-
"panic": "unwind"
78+
"panic": "unwind",
79+
"strip": "none"
7980
},
8081
"platform": null,
8182
"mode": "build",
@@ -115,7 +116,8 @@ fn simple() {
115116
"overflow_checks": true,
116117
"rpath": false,
117118
"incremental": false,
118-
"panic": "unwind"
119+
"panic": "unwind",
120+
"strip": "none"
119121
},
120122
"platform": null,
121123
"mode": "build",
@@ -155,7 +157,8 @@ fn simple() {
155157
"overflow_checks": true,
156158
"rpath": false,
157159
"incremental": false,
158-
"panic": "unwind"
160+
"panic": "unwind",
161+
"strip": "none"
159162
},
160163
"platform": null,
161164
"mode": "build",
@@ -188,7 +191,8 @@ fn simple() {
188191
"overflow_checks": true,
189192
"rpath": false,
190193
"incremental": false,
191-
"panic": "unwind"
194+
"panic": "unwind",
195+
"strip": "none"
192196
},
193197
"platform": null,
194198
"mode": "build",

0 commit comments

Comments
 (0)