Commit 10d2fc23 by Bernd Edlinger Committed by Bernd Edlinger

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
parent ac43f1a8
2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
* input.c (test_builtins): Fix an assertion.
2016-06-13 Uros Bizjak <ubizjak@gmail.com> 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (paritydi2): Use ix86_expand_setcc. * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
......
...@@ -1210,7 +1210,7 @@ test_unknown_location () ...@@ -1210,7 +1210,7 @@ test_unknown_location ()
static void static void
test_builtins () 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); ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION);
} }
......
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