From 67aafdfd9967a7595c8d2b1d84a74fc3272b858a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 3 Feb 2017 22:16:51 -0800 Subject: [PATCH] Fix tests --- tests/test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.rs b/tests/test.rs index 5a034ff..1c51e09 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -106,7 +106,6 @@ fn gnu_i686() { .compile("libfoo.a"); test.cmd(0) - .must_not_have("-fPIC") .must_have("-m32"); } }