mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
tests: Rename to avoid colliding with real rust-zmq.
This commit is contained in:
committed by
Graydon Hoare
parent
66ebdbb283
commit
6d042c0f2d
@@ -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() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user