1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-19 10:11:34 -04:00
aeron-rs/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2019-09-19 18:45:21 -04:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}