/[bison]/bison/tests/input.at
ViewVC logotype

Diff of /bison/tests/input.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by akim, Sun Jun 30 17:35:06 2002 UTC revision 1.12 by eggert, Mon Oct 14 08:43:36 2002 UTC
# Line 181  main (void) Line 181  main (void)
181  }  }
182  ]])  ]])
183    
184  AT_CHECK([bison input.y -d -v -o input.c])  AT_CHECK([bison -d -v -o input.c input.y])
185  AT_COMPILE([input], [input.c main.c])  AT_COMPILE([input], [input.c main.c])
186  AT_PARSER_CHECK([./input], 0,  AT_PARSER_CHECK([./input], 0,
187  [[[1],  [[[1],

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26