Files
Graphite/core/document/src/lib.rs
2021-03-27 02:26:55 -07:00

8 lines
80 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}