From f13396ed11b921d42f4a534797f7d33e505e608a Mon Sep 17 00:00:00 2001 From: Vytautas Astrauskas Date: Fri, 23 Jul 2021 13:26:41 +0200 Subject: [PATCH] Fix typo in a comment. --- src/test/run-make-fulldeps/obtain-borrowck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-make-fulldeps/obtain-borrowck/Makefile b/src/test/run-make-fulldeps/obtain-borrowck/Makefile index 35314f2738b..c395ed59817 100644 --- a/src/test/run-make-fulldeps/obtain-borrowck/Makefile +++ b/src/test/run-make-fulldeps/obtain-borrowck/Makefile @@ -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)