diff options
Diffstat (limited to 'gcc/input.c')
-rw-r--r-- | gcc/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/input.c b/gcc/input.c index 0b340a8..e872cf0 100644 --- a/gcc/input.c +++ b/gcc/input.c @@ -1210,7 +1210,7 @@ test_unknown_location () static void test_builtins () { - assert_loceq ("<built-in>", 0, 0, BUILTINS_LOCATION); + assert_loceq (_("<built-in>"), 0, 0, BUILTINS_LOCATION); ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION); } |