X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f122444873a1ec499d25ffec5765dcc48dc7b928..32ea6125e32103c7f3f78d20723056801c752acc:/tests/named-refs.at?ds=sidebyside diff --git a/tests/named-refs.at b/tests/named-refs.at index 1b76c800..17516a6a 100644 --- a/tests/named-refs.at +++ b/tests/named-refs.at @@ -1,6 +1,6 @@ # Named references test. -*- Autotest -*- -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2015 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -162,8 +162,8 @@ int main (int argc, const char **argv) } status = yyparse (); fclose (input); - assert (global_result == result); - assert (global_count == count); + assert (global_result == result); (void) global_result; (void) result; + assert (global_count == count); (void) global_count; (void) count; return status; } ]])