Skip to content

Commit fd00755

Browse files
committed
remove FIXME(rust-lang#11094) and allow make tests to run on targets besides host
1 parent 69d12a2 commit fd00755

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/compiletest/src/runtest.rs

-5
Original file line numberDiff line numberDiff line change
@@ -2358,11 +2358,6 @@ impl<'test> TestCx<'test> {
23582358
}
23592359

23602360
fn run_rmake_test(&self) {
2361-
// FIXME(#11094): we should fix these tests
2362-
if self.config.host != self.config.target {
2363-
return;
2364-
}
2365-
23662361
let cwd = env::current_dir().unwrap();
23672362
let src_root = self.config
23682363
.src_base

0 commit comments

Comments
 (0)