diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2016-03-18 19:04:43 -0400 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2016-03-24 01:42:23 -0400 |
| commit | 861644f2af5421f5aa55d4e7fddfc8dba54bcb70 (patch) | |
| tree | 06c9817cddb97291eeb781d1f82f8062ee621a03 /src/test/parse-fail | |
| parent | 9f899a66591c1a4bc68b51fc6d1f207d2d49a087 (diff) | |
| download | rust-861644f2af5421f5aa55d4e7fddfc8dba54bcb70.tar.gz rust-861644f2af5421f5aa55d4e7fddfc8dba54bcb70.zip | |
address nits
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/range_inclusive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/parse-fail/range_inclusive.rs b/src/test/parse-fail/range_inclusive.rs index be2a63a07bb..ce97372c668 100644 --- a/src/test/parse-fail/range_inclusive.rs +++ b/src/test/parse-fail/range_inclusive.rs @@ -14,6 +14,6 @@ pub fn main() { for _ in 1... {} //~ERROR inclusive range with no end - //~^HELP 28237 + //~^HELP bounded at the end } |
