Remove unused file

This commit is contained in:
Guillaume Gomez 2021-07-17 23:56:24 +02:00
parent 31484c0e19
commit b0f8776d11

View file

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