diff options
Diffstat (limited to 'gcc/input.c')
-rw-r--r-- | gcc/input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/input.c b/gcc/input.c index a3fe542..2ff7cb8 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_) |