mirror of
https://github.com/YuuKi-OS/Yuu-Box.git
synced 2026-02-18 21:51:10 +00:00
8 lines
97 B
Rust
8 lines
97 B
Rust
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn test_basic() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
|
}
|