Skip to content

Commit f35a9a1

Browse files
committed
Split out tests
1 parent a2537e5 commit f35a9a1

File tree

3 files changed

+396
-397
lines changed

3 files changed

+396
-397
lines changed

crates/ide-completion/src/context.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! See `CompletionContext` structure.
22
33
mod analysis;
4+
#[cfg(test)]
5+
mod tests;
46

57
use base_db::SourceDatabaseExt;
68
use hir::{

0 commit comments

Comments
 (0)