Skip to content

Commit 1aa8fd5

Browse files
committed
Fix test
1 parent cd642e1 commit 1aa8fd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testsuite/unit_graph.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn simple() {
8080
"overflow_checks": true,
8181
"panic": "unwind",
8282
"rpath": false,
83-
"split_debuginfo": null,
83+
"split_debuginfo": "{...}",
8484
"strip": "none"
8585
},
8686
"target": {
@@ -125,7 +125,7 @@ fn simple() {
125125
"overflow_checks": true,
126126
"panic": "unwind",
127127
"rpath": false,
128-
"split_debuginfo": null,
128+
"split_debuginfo": "{...}",
129129
"strip": "none"
130130
},
131131
"target": {
@@ -163,7 +163,7 @@ fn simple() {
163163
"overflow_checks": true,
164164
"panic": "unwind",
165165
"rpath": false,
166-
"split_debuginfo": null,
166+
"split_debuginfo": "{...}",
167167
"strip": "none"
168168
},
169169
"target": {
@@ -206,7 +206,7 @@ fn simple() {
206206
"overflow_checks": true,
207207
"panic": "unwind",
208208
"rpath": false,
209-
"split_debuginfo": null,
209+
"split_debuginfo": "{...}",
210210
"strip": "none"
211211
},
212212
"target": {

0 commit comments

Comments
 (0)