Browse Source

Fix tests

vs2017
Alex Crichton 8 years ago
parent
commit
67aafdfd99
  1. 1
      tests/test.rs

1
tests/test.rs

@ -106,7 +106,6 @@ fn gnu_i686() {
.compile("libfoo.a");
test.cmd(0)
.must_not_have("-fPIC")
.must_have("-m32");
}
}

Loading…
Cancel
Save