Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke committed Jan 31, 2022
1 parent 4969b19 commit a6c1459
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,8 +1209,8 @@ fn test_bench_no_run() {
"\
[COMPILING] foo v0.0.1 ([..])
[FINISHED] bench [optimized] target(s) in [..]
[EXECUTABLE] [..] (target/release/deps/foo-[..][EXE])
[EXECUTABLE] [..] (target/release/deps/bbaz-[..][EXE])
[EXECUTABLE] unittests (target/release/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/release/deps/bbaz-[..][EXE])
",
)
.run();
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/features2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ fn minimal_download() {
[COMPILING] dev_dep v1.0.0
[COMPILING] foo v0.1.0 [..]
[FINISHED] [..]
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/debug/deps/foo-[..][EXE])
",
)
.run();
Expand Down
4 changes: 2 additions & 2 deletions tests/testsuite/freshness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ fn no_rebuild_transitive_target_deps() {
[COMPILING] b v0.0.1 ([..])
[COMPILING] foo v0.0.1 ([..])
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] tests/foo.rs (target/debug/deps/foo-[..][EXE])
",
)
.run();
Expand Down
4 changes: 2 additions & 2 deletions tests/testsuite/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn deduplicate_messages_basic() {
warning: `foo` (lib) generated 1 warning
warning: `foo` (lib test) generated 1 warning (1 duplicate)
[FINISHED] [..]
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/debug/deps/foo-[..][EXE])
",
rustc_message
);
Expand Down Expand Up @@ -107,7 +107,7 @@ warning: `foo` (lib) generated 1 warning
{}\
warning: `foo` (lib test) generated 2 warnings (1 duplicate)
[FINISHED] [..]
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/debug/deps/foo-[..][EXE])
",
lib_output, lib_test_output
);
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ fn test_no_run() {
"\
[COMPILING] foo v0.0.1 ([CWD])
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
[EXECUTABLE] [..] (target/debug/deps/foo-[..][EXE])
[EXECUTABLE] unittests (target/debug/deps/foo-[..][EXE])
",
)
.run();
Expand Down

0 comments on commit a6c1459

Please sign in to comment.