Skip to content

Commit 98037ca

Browse files
author
Jorge Aparicio
committed
don't pass -C to nm
the nm in our macOS bots don't support that flag and it's not really required
1 parent f4f79c3 commit 98037ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/used/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ all:
77
else
88
all:
99
$(RUSTC) -C opt-level=3 --emit=obj used.rs
10-
nm -C $(TMPDIR)/used.o | grep FOO
10+
nm $(TMPDIR)/used.o | grep FOO
1111
endif

0 commit comments

Comments
 (0)