rust-analyzer/crates/ra_proc_macro/src/lib.rs

8 lines
95 B
Rust
Raw Normal View History

2020-03-18 09:47:59 +00:00
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}