Skip to content

Commit 361938a

Browse files
committed
fix testcase according to previous pkg_id format change
1 parent 5ae9e9b commit 361938a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/unit_graph.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn simple() {
6868
"feata"
6969
],
7070
"mode": "build",
71-
"pkg_id": "a 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
71+
"pkg_id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
7272
"platform": null,
7373
"profile": {
7474
"codegen_backend": null,
@@ -113,7 +113,7 @@ fn simple() {
113113
"featb"
114114
],
115115
"mode": "build",
116-
"pkg_id": "b 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
116+
"pkg_id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
117117
"platform": null,
118118
"profile": {
119119
"codegen_backend": null,
@@ -151,7 +151,7 @@ fn simple() {
151151
"featc"
152152
],
153153
"mode": "build",
154-
"pkg_id": "c 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
154+
"pkg_id": "registry+https://github.com/rust-lang/crates.io-index#[email protected]",
155155
"platform": null,
156156
"profile": {
157157
"codegen_backend": null,

0 commit comments

Comments
 (0)