Skip to content

Commit f96541e

Browse files
committed
tests/run-make: Remove wrong blessing advice
run-make tests are not special but can be blessed like other tests, like this: ./x.py test --bless tests/run-make/unknown-mod-stdin
1 parent 4ea5190 commit f96541e

File tree

1 file changed

+0
-1
lines changed
  • tests/run-make/unknown-mod-stdin

1 file changed

+0
-1
lines changed

tests/run-make/unknown-mod-stdin/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ include ../tools.mk
55
all:
66
echo 'mod unknown;' | $(RUSTC) --crate-type rlib - >$(TMPDIR)/unknown-mod.stdout 2>$(TMPDIR)/unknown-mod.stderr || echo "failed successfully"
77

8-
# Bless like this: RUSTC_BLESS_TEST=1 ./x.py test tests/run-make/unknown-mod-stdin
98
ifdef RUSTC_BLESS_TEST
109
cp "$(TMPDIR)"/unknown-mod.stdout unknown-mod.stdout
1110
cp "$(TMPDIR)"/unknown-mod.stderr unknown-mod.stderr

0 commit comments

Comments
 (0)