X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fc51acddb45242904128a7637dc2ab9216ba0662..952416114729b95209dccfc4edacfc1ff13b4e82:/tests/cxx-type.at?ds=inline diff --git a/tests/cxx-type.at b/tests/cxx-type.at index c1a3a61e..e112a2cf 100644 --- a/tests/cxx-type.at +++ b/tests/cxx-type.at @@ -1,6 +1,6 @@ # Checking GLR Parsing. -*- Autotest -*- -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-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 @@ -127,7 +127,7 @@ declarator : ID int main (int argc, char **argv) { - assert (argc == 2); + assert (argc == 2); (void) argc; if (!freopen (argv[1], "r", stdin)) return 3; return yyparse ();