Skip to content

Commit

Permalink
fix location of the emitted object file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 6, 2017
1 parent 9918471 commit 0cb9b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-make/used/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ all:
else
all:
$(RUSTC) -C opt-level=3 --emit=obj used.rs
nm -C used.o | grep FOO
nm -C used.o | grep -v BAR
nm -C $(TMPDIR)/used.o | grep FOO
nm -C $(TMPDIR)/used.o | grep -v BAR
endif

0 comments on commit 0cb9b23

Please sign in to comment.