about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-03-17 03:26:35 +0200
committerNiv Kaminer <nivkner@zoho.com>2018-03-17 20:24:49 +0200
commitfd007559dbb9b149244cfb1184002971ea04a6cd (patch)
tree62a11caa6e51a112c3229caa606bda25eaaa1fca /src/tools
parent69d12a2b97f4f09dba2e09542c74da48ea88ba08 (diff)
downloadrust-fd007559dbb9b149244cfb1184002971ea04a6cd.tar.gz
rust-fd007559dbb9b149244cfb1184002971ea04a6cd.zip
remove FIXME(#11094) and allow make tests to run on targets besides host
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