Skip to content

Commit bc39081

Browse files
committed
Revert "Run staged_ledger.rs tests in wasm"
This reverts commit 8d6dc55.
1 parent 074cebf commit bc39081

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
@@ -1994,9 +1994,6 @@ impl StagedLedger {
19941994

19951995
#[cfg(test)]
19961996
mod tests_ocaml {
1997-
#[cfg(target_family = "wasm")]
1998-
use wasm_bindgen_test::wasm_bindgen_test as test;
1999-
20001997
use std::{
20011998
collections::{BTreeSet, HashMap},
20021999
panic::AssertUnwindSafe,
@@ -5848,9 +5845,6 @@ mod tests_ocaml {
58485845

58495846
#[cfg(test)]
58505847
mod tests {
5851-
#[cfg(target_family = "wasm")]
5852-
use wasm_bindgen_test::wasm_bindgen_test as test;
5853-
58545848
use std::{collections::BTreeMap, fs::File};
58555849

58565850
use mina_hasher::Fp;

0 commit comments

Comments
 (0)