mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 15:44:20 +03:00
Fix compilation errors
This commit is contained in:
parent
64445c7d1c
commit
5dc47c625e
@ -1016,6 +1016,7 @@ mod tests {
|
||||
"/a".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1124,6 +1125,7 @@ mod tests {
|
||||
"/a".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1216,6 +1218,7 @@ mod tests {
|
||||
"/a".as_ref(),
|
||||
fs.clone(),
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1352,6 +1355,7 @@ mod tests {
|
||||
"/dir".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1436,6 +1440,7 @@ mod tests {
|
||||
"/dir".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1502,6 +1507,7 @@ mod tests {
|
||||
"/dir".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -1563,6 +1569,7 @@ mod tests {
|
||||
"/a".as_ref(),
|
||||
fs,
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
@ -2033,6 +2040,7 @@ mod tests {
|
||||
"/a".as_ref(),
|
||||
fs.clone(),
|
||||
lang_registry.clone(),
|
||||
None,
|
||||
&mut cx_a.to_async(),
|
||||
)
|
||||
.await
|
||||
|
Loading…
Reference in New Issue
Block a user