Remove dummy test in backend

This commit is contained in:
Alex Crichton 2018-03-29 14:51:00 -07:00
parent 4e923445eb
commit c97df46e08

View File

@ -15,11 +15,3 @@ macro_rules! my_quote {
pub mod ast;
mod codegen;
mod literal;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}