tests: Rename to avoid colliding with real rust-zmq.

This commit is contained in:
Erick Tryzelaar 2012-07-20 20:40:47 -07:00 committed by Graydon Hoare
parent 66ebdbb283
commit 6d042c0f2d
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,8 +1,8 @@
// xfail-fast
// aux-build:issue-2526.rs
use zmq;
import zmq::*;
use issue_2526;
import issue_2526::*;
fn main() {}