diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-24 00:08:43 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-25 17:46:06 +0100 |
| commit | aa3ca321e92c541dce363634c9cea7cf23689a5e (patch) | |
| tree | 3892956ba062a30f060d0e9b74cdbd09eca8121e /src/bootstrap/builder.rs | |
| parent | 834347ddafee7c33f3fd556c4976275b1111dc8f (diff) | |
| download | rust-aa3ca321e92c541dce363634c9cea7cf23689a5e.tar.gz rust-aa3ca321e92c541dce363634c9cea7cf23689a5e.zip | |
Rename rustdoc js test suites
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 71b9cd6f9fb..a471af25766 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -405,7 +405,7 @@ impl<'a> Builder<'a> { test::Miri, test::Clippy, test::CompiletestTest, - test::RustdocJS, + test::RustdocJSStd, test::RustdocJSNotStd, test::RustdocTheme, // Run bootstrap close to the end as it's unlikely to fail |
