X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/882be728b2481ed2f83805ab8d2cbbab2830f39c..10bae98af27edbb84a06d82a20a63ad7a0cca688:/tests/input.at diff --git a/tests/input.at b/tests/input.at index 1a08f356..241c4d06 100644 --- a/tests/input.at +++ b/tests/input.at @@ -1,5 +1,6 @@ # Checking the Bison scanner. -*- Autotest -*- -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -807,8 +808,8 @@ AT_DATA([[input.y]], start: %prec PREC ; ]]) -AT_BISON_CHECK([[input.y]], [[1]], [], -[[input.y:2.8-17: token for %prec is not defined: PREC +AT_BISON_CHECK([[input.y]], [[0]], [], +[[input.y:2.8-17: warning: token for %prec is not defined: PREC ]]) AT_CLEANUP