From c8a931d89c45994174d558cadcb1825b72400b7b Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 26 Feb 2021 22:09:04 +0900 Subject: [PATCH] wip --- test/shared.sh | 1 - 1 file changed, 1 deletion(-) 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