]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys
[rust.git] / src / bootstrap / test.rs
index 43e2470e633d021c64a95e9f1779157e9d8eb5e7..8d4914097787f920ed1c295c9028f3a81e017cf7 100644 (file)
@@ -23,7 +23,7 @@
 use crate::util::{self, add_link_lib_path, dylib_path, dylib_path_var, output, t};
 use crate::{envify, CLang, DocTests, GitRepo, Mode};
 
-const ADB_TEST_DIR: &str = "/data/tmp/work";
+const ADB_TEST_DIR: &str = "/data/local/tmp/work";
 
 /// The two modes of the test runner; tests or benchmarks.
 #[derive(Debug, PartialEq, Eq, Hash, Copy, Clone, PartialOrd, Ord)]