diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-29 13:59:34 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-29 13:59:34 +0530 |
| commit | 08a8ee19fb54b3f744bfd4047468c63a5147ef55 (patch) | |
| tree | be3757177ea73f0486a9bf967d5ed2f754a30762 | |
| parent | 1659075b4aa3f9e61e8d9e27f2f00d768effbc8e (diff) | |
| parent | f07b11d07ecdf3fc983b14d68e3d9ecadadf7874 (diff) | |
| download | rust-08a8ee19fb54b3f744bfd4047468c63a5147ef55.tar.gz rust-08a8ee19fb54b3f744bfd4047468c63a5147ef55.zip | |
Rollup merge of #26645 - richo:makefile-typo, r=sfackler
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1fe96189632..8968fabf1b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ # # # Rust recipes for build system success # -# // Modifying libstd? Use this comment to run unit tests just on your change +# // Modifying libstd? Use this command to run unit tests just on your change # make check-stage1-std NO_REBUILD=1 NO_BENCH=1 # # // Added a run-pass test? Use this to test running your test |
