diff options
| author | Jeff Crocker <crockagile@gmail.com> | 2017-11-12 16:20:22 -0800 |
|---|---|---|
| committer | Jeff Crocker <crockagile@gmail.com> | 2017-11-12 16:20:22 -0800 |
| commit | 44528cb7be224922fb7bf07a182d2ae74b2f5842 (patch) | |
| tree | ed601dc7f617faa600cb3d10ae29acd7106eaebe /src | |
| parent | b30b442ce11ab4a76e255c4de4312a26745df893 (diff) | |
| download | rust-44528cb7be224922fb7bf07a182d2ae74b2f5842.tar.gz rust-44528cb7be224922fb7bf07a182d2ae74b2f5842.zip | |
Fix indexing expressions test copy/paste docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/incremental/hashes/indexing_expressions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/indexing_expressions.rs b/src/test/incremental/hashes/indexing_expressions.rs index a12624d0832..5a81d3a9edf 100644 --- a/src/test/incremental/hashes/indexing_expressions.rs +++ b/src/test/incremental/hashes/indexing_expressions.rs @@ -10,7 +10,7 @@ // This test case tests the incremental compilation hash (ICH) implementation -// for closure expression. +// for indexing expression. // The general pattern followed here is: Change one thing between rev1 and rev2 // and make sure that the hash has changed, then change nothing between rev2 and |
