Skip to content

Commit f13396e

Browse files
committed
Fix typo in a comment.
1 parent d882b51 commit f13396e

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make-fulldeps/obtain-borrowck

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/obtain-borrowck/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include ../tools.mk
44
# together with the borrow checker information.
55

66
# How to run this
7-
# $ ./x.py test src/test/run-make/obtain-borrowck
7+
# $ ./x.py test src/test/run-make-fulldeps/obtain-borrowck
88

99
DRIVER_BINARY := "$(TMPDIR)"/driver
1010
SYSROOT := $(shell $(RUSTC) --print sysroot)

0 commit comments

Comments
 (0)