@@ -1519,7 +1519,6 @@ fn changing_rustflags_is_cached() {
1519
1519
. masquerade_as_nightly_cargo ( & [ "checksum-freshness" ] )
1520
1520
. env ( "RUSTFLAGS" , "-C linker=cc" )
1521
1521
. with_stderr_data ( str![ [ r#"
1522
- [DIRTY] foo v0.0.1 ([ROOT]/foo): the rustflags changed
1523
1522
[COMPILING] foo v0.0.1 ([ROOT]/foo)
1524
1523
[RUNNING] `rustc [..]
1525
1524
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
@@ -1530,9 +1529,7 @@ fn changing_rustflags_is_cached() {
1530
1529
p. cargo ( "build -Zchecksum-freshness -v" )
1531
1530
. masquerade_as_nightly_cargo ( & [ "checksum-freshness" ] )
1532
1531
. with_stderr_data ( str![ [ r#"
1533
- [DIRTY] foo v0.0.1 ([ROOT]/foo): the rustflags changed
1534
- [COMPILING] foo v0.0.1 ([ROOT]/foo)
1535
- [RUNNING] `rustc [..] src/lib.rs [..]
1532
+ [FRESH] foo v0.0.1 ([ROOT]/foo)
1536
1533
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
1537
1534
1538
1535
"# ] ] )
@@ -1541,9 +1538,7 @@ fn changing_rustflags_is_cached() {
1541
1538
. masquerade_as_nightly_cargo ( & [ "checksum-freshness" ] )
1542
1539
. env ( "RUSTFLAGS" , "-C linker=cc" )
1543
1540
. with_stderr_data ( str![ [ r#"
1544
- [DIRTY] foo v0.0.1 ([ROOT]/foo): the rustflags changed
1545
- [COMPILING] foo v0.0.1 ([ROOT]/foo)
1546
- [RUNNING] `rustc [..]
1541
+ [FRESH] foo v0.0.1 ([ROOT]/foo)
1547
1542
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
1548
1543
1549
1544
"# ] ] )
0 commit comments