diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-05 21:06:53 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-05 21:06:53 -0500 |
| commit | ecddad6920b7640ff0398a52a808703db3d4e62a (patch) | |
| tree | c19598045f90e207cd7677530f1e19125d426d8b /src/test | |
| parent | c1635d7e61533550d6c58d4f92a01d1e6acd28e6 (diff) | |
| download | rust-ecddad6920b7640ff0398a52a808703db3d4e62a.tar.gz rust-ecddad6920b7640ff0398a52a808703db3d4e62a.zip | |
don't test for the absence of BAR in the rmake test
it's not related to this feature
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make/used/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-make/used/Makefile b/src/test/run-make/used/Makefile index 650464e4d84..5fe09e95a82 100644 --- a/src/test/run-make/used/Makefile +++ b/src/test/run-make/used/Makefile @@ -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 |
