remove old comment

This commit is contained in:
Sylvestre Ledru 2018-10-05 09:54:14 +02:00
parent d609b27db3
commit 2a5564a61e

View File

@ -234,7 +234,6 @@ int main(void) {
}' > foo.cpp
clang++-$VERSION -stdlib=libc++ foo.cpp -o o
if ! ldd o 2>&1|grep -q libc++.so.1; then
# if ! ./a.out 2>&1 | -q -E "(Test unit written|PreferSmall)"; then
echo "not linked against libc++.so.1"
exit -1
fi