]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
build: avoid clang's colored diagnostics in the test suite
[bison.git] / tests / local.at
index f3cc933ac26529b274637cdd36bff1a498854626..32a9899872c4d16ee34893630af3bb087a16f2ed 100644 (file)
@@ -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]])