X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8d0b7cef7df7fead44b9574cee342de336008625..55fb68aabf15f6c2a9046c0bc3ad21a4aa2ca760:/tests/cxx-type.at diff --git a/tests/cxx-type.at b/tests/cxx-type.at index 196ac0bb..e112a2cf 100644 --- a/tests/cxx-type.at +++ b/tests/cxx-type.at @@ -1,6 +1,6 @@ # Checking GLR Parsing. -*- Autotest -*- -# Copyright (C) 2002-2013 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 ();