Commit cfa435e1 by David Malcolm Committed by David Malcolm

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
parent 2aa51413
2016-08-29 David Malcolm <dmalcolm@redhat.com> 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 * diagnostic-show-locus.c
(selftest::test_one_liner_fixit_validation_adhoc_locations): New (selftest::test_one_liner_fixit_validation_adhoc_locations): New
function. function.
......
...@@ -1720,8 +1720,8 @@ test_builtins () ...@@ -1720,8 +1720,8 @@ test_builtins ()
} }
/* Regression test for make_location. /* Regression test for make_location.
Ensure that we use the caret locations of the start/finish, rather Ensure that we use pure locations for the start/finish of the range,
than storing a packed or ad-hoc range as the start/finish. */ rather than storing a packed or ad-hoc range as the start/finish. */
static void static void
test_make_location_nonpure_range_endpoints (const line_table_case &case_) test_make_location_nonpure_range_endpoints (const line_table_case &case_)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment