diff options
| author | mark <markm@cs.wisc.edu> | 2020-07-27 23:02:34 -0500 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2020-07-28 13:03:59 -0500 |
| commit | 856f68fa14806a6395e71a9ab6c5101914aa1ae2 (patch) | |
| tree | 5b75d431885638f40f1de37aba4b179b3883ebad /src/bootstrap/builder | |
| parent | 7b3a7819371cef92a187e9bac8f7810ccde15216 (diff) | |
| download | rust-856f68fa14806a6395e71a9ab6c5101914aa1ae2.tar.gz rust-856f68fa14806a6395e71a9ab6c5101914aa1ae2.zip | |
reenable tests after moving std
Diffstat (limited to 'src/bootstrap/builder')
| -rw-r--r-- | src/bootstrap/builder/tests.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bootstrap/builder/tests.rs b/src/bootstrap/builder/tests.rs index 4293844fcbf..111971534ba 100644 --- a/src/bootstrap/builder/tests.rs +++ b/src/bootstrap/builder/tests.rs @@ -546,9 +546,7 @@ mod dist { ); } - //FIXME(mark-i-m): reinstate this test when things are fixed... - //#[test] - #[allow(dead_code)] + #[test] fn test_docs() { // Behavior of `x.py test` doing various documentation tests. let mut config = configure(&[], &[]); |
