Skip to content

Commit 3ca98ad

Browse files
committed
cargo fmt tests/testsuite/rustflags.rs
1 parent 44aec50 commit 3ca98ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/rustflags.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,9 +1332,9 @@ fn env_rustflags_misspelled() {
13321332

13331333
for cmd in &["check", "build", "run", "test", "bench"] {
13341334
p.cargo(cmd)
1335-
.env("RUST_FLAGS", "foo")
1336-
.with_stderr_contains("[WARNING] Cargo does not read `RUST_FLAGS` environment variable. Did you mean `RUSTFLAGS`?")
1337-
.run();
1335+
.env("RUST_FLAGS", "foo")
1336+
.with_stderr_contains("[WARNING] Cargo does not read `RUST_FLAGS` environment variable. Did you mean `RUSTFLAGS`?")
1337+
.run();
13381338
}
13391339
}
13401340

0 commit comments

Comments
 (0)