From 44528cb7be224922fb7bf07a182d2ae74b2f5842 Mon Sep 17 00:00:00 2001 From: Jeff Crocker Date: Sun, 12 Nov 2017 16:20:22 -0800 Subject: [PATCH] Fix indexing expressions test copy/paste docs --- src/test/incremental/hashes/indexing_expressions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/incremental/hashes/indexing_expressions.rs b/src/test/incremental/hashes/indexing_expressions.rs index a12624d08324..5a81d3a9edf4 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