remove FIXME(#11094) and allow make tests to run on targets besides host
This commit is contained in:
parent
69d12a2b97
commit
fd007559db
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue