mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Remove dummy test in backend
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user