Skip to content

Commit bc9c229

Browse files
authored
Update build_std::basic test to ensure index doesn't update (#16559)
This makes sure that cargo doesn't try to update the index or do anything else before compiling. Requested in #16551 (comment)
2 parents 1bb4adc + acbb424 commit bc9c229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build-std/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ fn basic() {
165165
.build_std_isolated()
166166
.target_host()
167167
.with_stderr_data(str![[r#"
168+
[COMPILING] [..]
168169
...
169-
[COMPILING] foo v0.0.1 ([ROOT]/foo)
170170
[FINISHED] `test` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
171171
[RUNNING] unittests src/lib.rs (target/[HOST_TARGET]/debug/deps/foo-[HASH])
172172
[RUNNING] unittests src/main.rs (target/[HOST_TARGET]/debug/deps/foo-[HASH])

0 commit comments

Comments
 (0)