Skip to content

Commit 6d042c0

Browse files
ericktgraydon
authored andcommitted
tests: Rename to avoid colliding with real rust-zmq.
1 parent 66ebdbb commit 6d042c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/auxiliary/issue-2526.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[link(name = "zmq",
1+
#[link(name = "issue_2526",
22
vers = "0.2",
33
uuid = "54cc1bc9-02b8-447c-a227-75ebc923bc29")];
44
#[crate_type = "lib"];

src/test/run-pass/issue-2526-a.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// xfail-fast
22
// aux-build:issue-2526.rs
33

4-
use zmq;
5-
import zmq::*;
4+
use issue_2526;
5+
import issue_2526::*;
66

77
fn main() {}
88

0 commit comments

Comments
 (0)