Skip to content

Commit ecddad6

Browse files
author
Jorge Aparicio
committed
don't test for the absence of BAR in the rmake test
it's not related to this feature
1 parent c1635d7 commit ecddad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/run-make/used/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ else
88
all:
99
$(RUSTC) -C opt-level=3 --emit=obj used.rs
1010
nm -C $(TMPDIR)/used.o | grep FOO
11-
nm -C $(TMPDIR)/used.o | grep -v BAR
1211
endif

0 commit comments

Comments
 (0)