remove FIXME(#11094) and allow make tests to run on targets besides host

This commit is contained in:
Niv Kaminer 2018-03-17 03:26:35 +02:00
parent 69d12a2b97
commit fd007559db

View file

@ -2358,11 +2358,6 @@ impl<'test> TestCx<'test> {
}
fn run_rmake_test(&self) {
// FIXME(#11094): we should fix these tests
if self.config.host != self.config.target {
return;
}
let cwd = env::current_dir().unwrap();
let src_root = self.config
.src_base