mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-16 21:38:24 +00:00
fix a test
This commit is contained in:
parent
a620f52ff6
commit
a04dde93c9
5
debian/qualify-clang.sh
vendored
5
debian/qualify-clang.sh
vendored
@ -214,11 +214,6 @@ if ! grep "foo.cpp:3:3" foo.log; then
|
|||||||
exit 42
|
exit 42
|
||||||
fi
|
fi
|
||||||
./a.out &> foo.log || true
|
./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
|
if ! grep "new\[\](unsigned long)" foo.log; then
|
||||||
echo "could not symbolize correctly"
|
echo "could not symbolize correctly"
|
||||||
cat foo.log
|
cat foo.log
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user