mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-25 11:43:40 +08:00
7b0f9fd5f8
- Parallelize the slow tests if possible. - `test_convert_ascii` was missing a `#[test]` annotation
6 lines
73 B
Rust
6 lines
73 B
Rust
#[cfg(test)]
|
|
mod common;
|
|
mod fd_monitor;
|
|
#[cfg(test)]
|
|
mod string_escape;
|