don't test for the absence of BAR in the rmake test

it's not related to this feature
This commit is contained in:
Jorge Aparicio 2017-04-05 21:06:53 -05:00
parent c1635d7e61
commit ecddad6920

View file

@ -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