aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/tests
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_vfs/tests')
-rw-r--r--crates/ra_vfs/tests/vfs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_vfs/tests/vfs.rs b/crates/ra_vfs/tests/vfs.rs
index 0ed59bb19..b31e0f288 100644
--- a/crates/ra_vfs/tests/vfs.rs
+++ b/crates/ra_vfs/tests/vfs.rs
@@ -160,6 +160,5 @@ fn test_vfs_works() -> std::io::Result<()> {
160 Err(RecvTimeoutError::Timeout) 160 Err(RecvTimeoutError::Timeout)
161 ); 161 );
162 162
163 vfs.shutdown().unwrap();
164 Ok(()) 163 Ok(())
165} 164}