about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-03-22 17:51:25 +0800
committerkennytm <kennytm@gmail.com>2018-03-22 22:43:37 +0800
commit8d3f3f0cac3de7dfbb126db3c48d7499c96d86ec (patch)
tree1ea48d9447fff532f6598dee6899a42ec36a687c /src/tools
parent245f4c4631401c9a25ed62e8f75b97607b3b38bb (diff)
parent66d120cd263ea77a44fcde9409a71ac673a5262c (diff)
downloadrust-8d3f3f0cac3de7dfbb126db3c48d7499c96d86ec.tar.gz
rust-8d3f3f0cac3de7dfbb126db3c48d7499c96d86ec.zip
Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
address some FIXME whose associated issues were marked as closed

part of #44366
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/compiletest/src/runtest.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs
index 953a13a3f58..ee348cddb3c 100644
--- a/src/tools/compiletest/src/runtest.rs
+++ b/src/tools/compiletest/src/runtest.rs
@@ -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