Skip to content

Commit 97eb7dd

Browse files
committed
Revert "Run staged_ledger.rs tests in wasm"
This reverts commit 8d6dc55.
1 parent 244b542 commit 97eb7dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ledger/src/staged_ledger/staged_ledger.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,9 +1990,6 @@ impl StagedLedger {
19901990

19911991
#[cfg(test)]
19921992
mod tests_ocaml {
1993-
#[cfg(target_family = "wasm")]
1994-
use wasm_bindgen_test::wasm_bindgen_test as test;
1995-
19961993
use std::{
19971994
collections::{BTreeSet, HashMap},
19981995
panic::AssertUnwindSafe,
@@ -5844,9 +5841,6 @@ mod tests_ocaml {
58445841

58455842
#[cfg(test)]
58465843
mod tests {
5847-
#[cfg(target_family = "wasm")]
5848-
use wasm_bindgen_test::wasm_bindgen_test as test;
5849-
58505844
use std::{collections::BTreeMap, fs::File};
58515845

58525846
use mina_hasher::Fp;

0 commit comments

Comments
 (0)