summaryrefslogtreecommitdiff
path: root/gcc/input.c
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2016-08-29 20:52:10 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2016-08-29 20:52:10 +0000
commitcfa435e1e857ec963d7c8727015baad71d602bfa (patch)
tree778a6b0f81e4efe0836af9d8cb4a7d841632e0aa /gcc/input.c
parent2aa514130a99ffeaff6ae3cdddf609be358022be (diff)
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
Diffstat (limited to 'gcc/input.c')
-rw-r--r--gcc/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/input.c b/gcc/input.c
index a3fe54209dd..2ff7cb8e943 100644
--- a/gcc/input.c
+++ b/gcc/input.c
@@ -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_)