]> git.saurik.com Git - bison.git/blobdiff - tests/skeletons.at
options: don't accept "error=" for -f and -r
[bison.git] / tests / skeletons.at
index 8632df16bf81cc383eb64eff04e4504701978187..68a004ec5109dc0f5e66e33956ed8c16d4064892 100644 (file)
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 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
@@ -106,12 +106,7 @@ yylex (void)
 {
   return 'a';
 }
-
-int
-main (void)
-{
-  return yyparse ();
-}
+]AT_MAIN_DEFINE[
 ]])
 
 AT_DATA_GRAMMAR([[input-cmd-line.y]],