tests: Rename to avoid colliding with real rust-zmq.
This commit is contained in:
parent
66ebdbb283
commit
6d042c0f2d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#[link(name = "zmq",
|
||||
#[link(name = "issue_2526",
|
||||
vers = "0.2",
|
||||
uuid = "54cc1bc9-02b8-447c-a227-75ebc923bc29")];
|
||||
#[crate_type = "lib"];
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
// xfail-fast
|
||||
// aux-build:issue-2526.rs
|
||||
|
||||
use zmq;
|
||||
import zmq::*;
|
||||
use issue_2526;
|
||||
import issue_2526::*;
|
||||
|
||||
fn main() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue