aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2016-06-13 15:45:54 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2016-06-13 15:45:54 +0000
commit10d2fc232412cda3b71b48b705440b828d6c80f5 (patch)
tree8fcdf4737432a8eb83051914c9cb0edf4cb29965 /gcc/input.c
parentac43f1a8c4fa4bd2a3087bdea58ebfe24fa4edcb (diff)
downloadgcc-10d2fc232412cda3b71b48b705440b828d6c80f5.zip
gcc-10d2fc232412cda3b71b48b705440b828d6c80f5.tar.gz
gcc-10d2fc232412cda3b71b48b705440b828d6c80f5.tar.bz2
input.c (test_builtins): Fix an assertion.
2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de> * input.c (test_builtins): Fix an assertion. From-SVN: r237383
Diffstat (limited to 'gcc/input.c')
-rw-r--r--gcc/input.c2
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);
}