fix a test

This commit is contained in:
Sylvestre Ledru 2018-11-01 15:55:55 +01:00
parent a620f52ff6
commit a04dde93c9

View File

@ -214,11 +214,6 @@ if ! grep "foo.cpp:3:3" foo.log; then
exit 42
fi
./a.out &> foo.log || true
if ! grep "Using llvm-symbolizer" foo.log; then
echo "could not find llvm-symbolizer path"
cat foo.log
exit 42
fi
if ! grep "new\[\](unsigned long)" foo.log; then
echo "could not symbolize correctly"
cat foo.log