about summary refs log tree commit diff
path: root/src/bootstrap/builder
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-07-27 23:02:34 -0500
committermark <markm@cs.wisc.edu>2020-07-28 13:03:59 -0500
commit856f68fa14806a6395e71a9ab6c5101914aa1ae2 (patch)
tree5b75d431885638f40f1de37aba4b179b3883ebad /src/bootstrap/builder
parent7b3a7819371cef92a187e9bac8f7810ccde15216 (diff)
downloadrust-856f68fa14806a6395e71a9ab6c5101914aa1ae2.tar.gz
rust-856f68fa14806a6395e71a9ab6c5101914aa1ae2.zip
reenable tests after moving std
Diffstat (limited to 'src/bootstrap/builder')
-rw-r--r--src/bootstrap/builder/tests.rs4
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(&[], &[]);