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 Apr 5, 2017
1 parent bc1bd8a commit c759eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-make/used/Makefile
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 c759eea

Please sign in to comment.