summaryrefslogtreecommitdiffstats
path: root/tokio/tests/fs_file_mocked.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/fs_file_mocked.rs')
-rw-r--r--tokio/tests/fs_file_mocked.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tokio/tests/fs_file_mocked.rs b/tokio/tests/fs_file_mocked.rs
index 2b05d8c4..12463cfc 100644
--- a/tokio/tests/fs_file_mocked.rs
+++ b/tokio/tests/fs_file_mocked.rs
@@ -9,6 +9,16 @@ macro_rules! ready {
};
}
+#[macro_export]
+macro_rules! cfg_fs {
+ ($($item:item)*) => { $($item)* }
+}
+
+#[macro_export]
+macro_rules! cfg_io_std {
+ ($($item:item)*) => { $($item)* }
+}
+
use futures::future;
// Load source