Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove FIXME(#11094) and allow make tests to run on targets besides host
  • Loading branch information
nivkner committed Mar 17, 2018
commit fd007559dbb9b149244cfb1184002971ea04a6cd
5 changes: 0 additions & 5 deletions src/tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down