diff options
| author | Hideki Sekine <sekineh@me.com> | 2018-08-08 20:19:29 +0900 |
|---|---|---|
| committer | Hideki Sekine <sekineh@me.com> | 2018-08-08 20:19:29 +0900 |
| commit | 09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8 (patch) | |
| tree | 31ab1e35d78fbb6521086376bb49e31176ec6b02 /src/bootstrap | |
| parent | 6c526537b8ac43b4924285d5cc6b620adfc5b13d (diff) | |
| download | rust-09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8.tar.gz rust-09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8.zip | |
[CI] run-make/thumb: remove a trailing space.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index d38a9594d86..f762d9414cf 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -983,7 +983,7 @@ impl Step for Compiletest { } if builder.no_std(target) == Some(true) { - // for no_std run-make (e.g. thumb*), + // for no_std run-make (e.g. thumb*), // we need a host compiler which is called by cargo. builder.ensure(compile::Std { compiler, target: compiler.host }); } |
