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"); } }