mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-19 03:42:12 +00:00
Remove dummy test in backend
This commit is contained in:
parent
4e923445eb
commit
c97df46e08
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user