]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/lto-unexport-sym/Makefile
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-unexport-sym / Makefile
index de0808a071108bd5625e4d399ede343f6b3c5e7a..ba63f26658c106db41e25c794c05b03a1461ed09 100644 (file)
@@ -37,6 +37,7 @@ all:
     # Check that unexported symbols are hidden
        nm a.out | grep "t _bar" | ${FAIL_IF_EMPTY}
        nm a.out | grep "t _foo" | ${FAIL_IF_EMPTY}
-       
+       ${PASS_IFF} true
+
 clean:
        rm a.out b.o a.o