Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
test: fix the broken feature test
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Nov 21, 2023
1 parent 8f0144d commit d497cf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_information/features/stderr.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Updating `dummy-registry` index
Downloading crates ...
Downloaded my-package v0.1.1+my-package (registry `dummy-registry`)
Downloaded my-package v0.1.1 (registry `dummy-registry`)
8 changes: 6 additions & 2 deletions tests/testsuite/cargo_information/features/stdout.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
my-package
version: 0.1.1+my-package
version: 0.1.1
license: unknown
rust-version: unknown
documentation: https://docs.rs/my-package/0.1.1+my-package
documentation: https://docs.rs/my-package/0.1.1
features:
default = [feature1, feature2]
feature1 = []
feature2 = []

0 comments on commit d497cf2

Please sign in to comment.