]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/non-weak-library/Makefile
dyld-96.2.tar.gz
[apple/dyld.git] / unit-tests / test-cases / non-weak-library / Makefile
index d2b10dd98b124660f470c3b83c1fc2215fa0f2ff..2c49d4f69163ebb9aad22294549c01e379f1594f 100644 (file)
@@ -24,7 +24,7 @@ TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
 run: all
-       cd absent/  && ../${TESTROOT}/bin/exit-non-zero-pass.pl "pass message" "fail message" ./main
+       cd absent/  && ../${TESTROOT}/bin/exit-non-zero-pass.pl "non-weak-library" "non-weak-library" ./main
        cd present/ && ./main
 
 all: foo.c main.c