Skip to content

Commit 78d8349

Browse files
authored
test(manifest): Fix test output order (#15940)
### What does this PR try to resolve? As this is an unordered test, sometimes snapshot updating can mess up the line order. ### How to test and review this PR?
2 parents 9eb3240 + 2e23107 commit 78d8349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/bad_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,13 +1833,13 @@ fn workspace_default_features2() {
18331833
p.cargo("check")
18341834
.with_stderr_data(
18351835
str![[r#"
1836-
(in the `dep_workspace_only` dependency)
18371836
[CHECKING] dep_package_only v0.1.0 ([ROOT]/foo/dep_package_only)
18381837
[CHECKING] dep_workspace_only v0.1.0 ([ROOT]/foo/dep_workspace_only)
18391838
[CHECKING] package_only v0.1.0 ([ROOT]/foo/package_only)
18401839
[CHECKING] workspace_only v0.1.0 ([ROOT]/foo/workspace_only)
18411840
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
18421841
[WARNING] [ROOT]/foo/workspace_only/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
1842+
(in the `dep_workspace_only` dependency)
18431843
18441844
"#]]
18451845
.unordered(),

0 commit comments

Comments
 (0)