mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 13: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;
|
pub mod ast;
|
||||||
mod codegen;
|
mod codegen;
|
||||||
mod literal;
|
mod literal;
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
assert_eq!(2 + 2, 4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user