X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/fb24a05017baddaa8cdc205852b134120bcc54ad..b1c6f52afb9f246c71bc8c8c57a268f11d0895e5:/unit-tests/test-cases/label-on-end-of-section/Makefile diff --git a/unit-tests/test-cases/label-on-end-of-section/Makefile b/unit-tests/test-cases/label-on-end-of-section/Makefile index a6f1537..bd9a8ff 100755 --- a/unit-tests/test-cases/label-on-end-of-section/Makefile +++ b/unit-tests/test-cases/label-on-end-of-section/Makefile @@ -31,7 +31,7 @@ run: all all: ${CC} ${CCFLAGS} foo.s -c -o foo.o - ${OBJECTDUMP} foo.o | grep "pointer to _end" | ${PASS_IFF_STDIN} + ${OBJECTDUMP} foo.o | grep "address of direct(_end)" | ${PASS_IFF_STDIN} clean: rm foo.o