Rename language::tests -> language::buffer_tests

This commit is contained in:
Max Brunsfeld 2022-10-06 13:32:49 -07:00
parent b6525e9164
commit 63e1c839fe
2 changed files with 2 additions and 1 deletions

View file

@ -4,8 +4,9 @@ mod highlight_map;
mod outline;
pub mod proto;
mod syntax_map;
#[cfg(test)]
mod tests;
mod buffer_tests;
use anyhow::{anyhow, Context, Result};
use async_trait::async_trait;