diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-14 18:22:19 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-14 18:22:19 +0000 |
commit | c530f04df51459d6d5f70c475e93127217f6e27f (patch) | |
tree | 2e9abadb6e64fed7738b5b3fbc2eb13787efdaca /crates/ra_vfs/tests | |
parent | 10bf61b83b2600ed3cb7e7825f1cd0ee83e9b7e7 (diff) | |
parent | e0b8942c56378b7966af39058f27b11a0d02890f (diff) |
Merge #833
833: automatically wait for worker threads r=matklad a=matklad
closes #817
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_vfs/tests')
-rw-r--r-- | crates/ra_vfs/tests/vfs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_vfs/tests/vfs.rs b/crates/ra_vfs/tests/vfs.rs index 649ef96c9..c76e6ea26 100644 --- a/crates/ra_vfs/tests/vfs.rs +++ b/crates/ra_vfs/tests/vfs.rs | |||
@@ -158,6 +158,5 @@ fn test_vfs_works() -> std::io::Result<()> { | |||
158 | Err(RecvTimeoutError::Timeout) | 158 | Err(RecvTimeoutError::Timeout) |
159 | ); | 159 | ); |
160 | 160 | ||
161 | vfs.shutdown().unwrap(); | ||
162 | Ok(()) | 161 | Ok(()) |
163 | } | 162 | } |