input.c: fix the comment for test_make_location_nonpure_range_endpoints

gcc/ChangeLog:
	* input.c
	(selftest::test_make_location_nonpure_range_endpoints): Fix
	header comment.

From-SVN: r239844
This commit is contained in:
David Malcolm 2016-08-29 20:52:10 +00:00 committed by David Malcolm
parent 2aa514130a
commit cfa435e1e8
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2016-08-29 David Malcolm <dmalcolm@redhat.com>
* input.c
(selftest::test_make_location_nonpure_range_endpoints): Fix
header comment.
2016-08-29 David Malcolm <dmalcolm@redhat.com>
* diagnostic-show-locus.c

View File

@ -1720,8 +1720,8 @@ test_builtins ()
}
/* Regression test for make_location.
Ensure that we use the caret locations of the start/finish, rather
than storing a packed or ad-hoc range as the start/finish. */
Ensure that we use pure locations for the start/finish of the range,
rather than storing a packed or ad-hoc range as the start/finish. */
static void
test_make_location_nonpure_range_endpoints (const line_table_case &case_)