don't test for the absence of BAR in the rmake test
it's not related to this feature
This commit is contained in:
parent
c1635d7e61
commit
ecddad6920
1 changed files with 0 additions and 1 deletions
|
|
@ -8,5 +8,4 @@ else
|
|||
all:
|
||||
$(RUSTC) -C opt-level=3 --emit=obj used.rs
|
||||
nm -C $(TMPDIR)/used.o | grep FOO
|
||||
nm -C $(TMPDIR)/used.o | grep -v BAR
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue