Add deterministic TestDispatcher
Co-Authored-By: Conrad Irwin <conrad@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Kyle Caverly <kyle@zed.dev>
This commit is contained in:
parent
437d147935
commit
3566d920c5
10 changed files with 372 additions and 198 deletions
|
@ -1819,7 +1819,7 @@ impl AnyWindowHandle {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(any(test, feature = "test"))]
|
||||
#[cfg(any(test, feature = "test-support"))]
|
||||
impl From<SmallVec<[u32; 16]>> for StackingOrder {
|
||||
fn from(small_vec: SmallVec<[u32; 16]>) -> Self {
|
||||
StackingOrder(small_vec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue