1
Fork 0

Fix typo in a comment.

This commit is contained in:
Vytautas Astrauskas 2021-07-23 13:26:41 +02:00
parent d882b51326
commit f13396ed11

View file

@ -4,7 +4,7 @@ include ../tools.mk
# together with the borrow checker information.
# How to run this
# $ ./x.py test src/test/run-make/obtain-borrowck
# $ ./x.py test src/test/run-make-fulldeps/obtain-borrowck
DRIVER_BINARY := "$(TMPDIR)"/driver
SYSROOT := $(shell $(RUSTC) --print sysroot)