From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/sysinfo/tests/send_sync.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/sysinfo/tests/send_sync.rs (limited to 'vendor/sysinfo/tests/send_sync.rs') diff --git a/vendor/sysinfo/tests/send_sync.rs b/vendor/sysinfo/tests/send_sync.rs new file mode 100644 index 000000000..1f8cc192c --- /dev/null +++ b/vendor/sysinfo/tests/send_sync.rs @@ -0,0 +1,10 @@ +// Take a look at the license at the top of the repository in the LICENSE file. + +#[test] +fn test_send_sync() { + fn is_send() {} + fn is_sync() {} + + is_send::(); + is_sync::(); +} -- cgit v1.2.3