Fix compile and test errors

This commit is contained in:
Mikayla 2023-09-25 10:46:09 -07:00
parent ad7c1f3c81
commit c2fca054ae
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -2388,6 +2388,7 @@ mod tests {
#[gpui::test]
fn test_bundled_languages(cx: &mut AppContext) {
cx.set_global(SettingsStore::test(cx));
let mut languages = LanguageRegistry::test();
languages.set_executor(cx.background().clone());
let languages = Arc::new(languages);