X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/2a0ed0a31db9961dcb7c87964091b22401c4d69b..0a8dc3df050bd5c0a70486b9ebdb9dccce439f3e:/unit-tests/test-cases/utf16-nul/Makefile diff --git a/unit-tests/test-cases/utf16-nul/Makefile b/unit-tests/test-cases/utf16-nul/Makefile index 3d845e5..b032fae 100644 --- a/unit-tests/test-cases/utf16-nul/Makefile +++ b/unit-tests/test-cases/utf16-nul/Makefile @@ -34,7 +34,7 @@ all: ${CC} ${CCFLAGS} withnul.s -c -o withnul.o ${CC} ${CCFLAGS} other.s -c -o other.o ${LD} -r -arch ${ARCH} withnul.o other.o -o all.o - size -l all.o | grep "__ustring): 44" | ${PASS_IFF_STDIN} + size -m -l all.o | grep "__ustring): 44" | ${PASS_IFF_STDIN} clean: