X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1217688141e33e03112330a24ff352d9263ef7bc..df1ca1b0de2d99879f7b41e64d8bf285f163b1aa:/tests/local.at diff --git a/tests/local.at b/tests/local.at index f3cc933a..32a98998 100644 --- a/tests/local.at +++ b/tests/local.at @@ -982,8 +982,8 @@ $9 # There is no "" around `wc` since some indent the result. m4_bmatch([$4], [%define lr.type canonical-lr], [if test 32767 -lt `wc -l < input.c`; then - CFLAGS=`echo " $CFLAGS " | sed -e 's/ -pedantic //'` - CXXFLAGS=`echo " $CXXFLAGS " | sed -e 's/ -pedantic //'` + CFLAGS=`echo " $CFLAGS " | sed -e 's/ -pedantic / /'` + CXXFLAGS=`echo " $CXXFLAGS " | sed -e 's/ -pedantic / /'` fi]) AT_COMPILE([[input]])