]> git.saurik.com Git - bison.git/blobdiff - tests/sets.at
doc: fix dependencies
[bison.git] / tests / sets.at
index 84070a6b7b26b6323ec381fbd3c3a46af48aee9f..4cbdfd62633e775dc5a972f63fbd10685b1571a2 100644 (file)
@@ -1,6 +1,7 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation,
-# Inc.
+
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2012 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
@@ -286,7 +287,7 @@ mv stdout expout
 
 # Get the final state in the report, from the "accept" action..
 AT_CHECK([sed -n '
-           /^state \(.*\)/{
+           /^State \(.*\)/{
             s//final state \1/
             x
           }