]> git.saurik.com Git - bison.git/blobdiff - tests/conflicts.at
* tests/conflicts.at (%nonassoc and eof): Don't exit with status
[bison.git] / tests / conflicts.at
index 475c7a7c14ec0a048239fb489a702ae9caba95bf..9b503b63ae299d3fec097ee56996b7af8608463e 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005 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
@@ -62,7 +62,6 @@ static void
 yyerror (const char *msg)
 {
   fprintf (stderr, "%s\n", msg);
-  exit (1);
 }
 
 /* The current argument. */