Skip to content

Commit

Permalink
Enable failing test for wasm hit test point
Browse files Browse the repository at this point in the history
  • Loading branch information
avitex committed Feb 13, 2022
1 parent 7fc9c51 commit 21fe911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions piet-common/tests/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ fn hit_test_point_rounding() {
}

#[test]
//FIXME: wasm is failing this, and i haven't investigated
//#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn hit_test_point_outside() {
let mut factory = make_factory();
let unit_width = factory.get_mono_width(12.0);
Expand Down

0 comments on commit 21fe911

Please sign in to comment.