diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-08-23 13:29:28 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-08-23 13:29:28 -0400 |
| commit | 1cc7c9010c819c1b61c661e151280d7b8ea093a0 (patch) | |
| tree | 581c723529cb30cfd0683d13837e9002026f4d85 | |
| parent | c21fa64dbbee29396e53ef5e6c25c961fea6e2cf (diff) | |
| download | rust-1cc7c9010c819c1b61c661e151280d7b8ea093a0.tar.gz rust-1cc7c9010c819c1b61c661e151280d7b8ea093a0.zip | |
fix stray comment
| -rw-r--r-- | src/test/incremental/crate_hash_reorder.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/incremental/crate_hash_reorder.rs b/src/test/incremental/crate_hash_reorder.rs index 1dec361eb07..3f1bdb7e3c6 100644 --- a/src/test/incremental/crate_hash_reorder.rs +++ b/src/test/incremental/crate_hash_reorder.rs @@ -8,8 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// Test incremental compilation tracking where we change field names -// in between revisions (hashing should be stable). +// Test that the crate hash is not affected by reordering items. // revisions:rpass1 rpass2 rpass3 // compile-flags: -Z query-dep-graph |
