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