From eb56e743409ffe22b079207b531e1708f76a7aaa Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 30 Jun 2016 16:24:46 +0300 Subject: [PATCH] unused test --- ipc/tests/with_attrs.rs.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ipc/tests/with_attrs.rs.in b/ipc/tests/with_attrs.rs.in index bca1b0bfe..c49ce9c72 100644 --- a/ipc/tests/with_attrs.rs.in +++ b/ipc/tests/with_attrs.rs.in @@ -32,8 +32,3 @@ impl BadlyNamedService { } impl ::ipc::IpcConfig for BadlyNamedService {} - -#[test] -fn invoke() { - -}