X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7d424de14c0385012d328642bec6874c8e6cef17..50977317cd10df482c3b35f61e9ee4522eee3c3b:/tests/sets.at diff --git a/tests/sets.at b/tests/sets.at index 178a47c2..4cbdfd62 100644 --- a/tests/sets.at +++ b/tests/sets.at @@ -1,6 +1,6 @@ # Exercising Bison Grammar Sets. -*- Autotest -*- -# Copyright (C) 2001, 2002, 2005, 2007, 2009, 2010 Free Software +# Copyright (C) 2001-2002, 2005, 2007, 2009-2012 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -287,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 }