diff --git a/test/shared.sh b/test/shared.sh index f4168739..2fc6cf37 100755 --- a/test/shared.sh +++ b/test/shared.sh @@ -34,7 +34,6 @@ int main() { EOF clang -fuse-ld=`pwd`/../mold -o $t/exe $t/c.o $t/b.so -exit 0 $t/exe | grep -q hello echo OK