mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-19 05:09:28 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user