mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 10:50:28 +03:00
don't test for the absence of BAR in the rmake test
it's not related to this feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user