Skip to content

Commit

Permalink
fix miri
Browse files Browse the repository at this point in the history
  • Loading branch information
Skgland committed Oct 4, 2024
1 parent e9f03c8 commit 6dd0ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scryer/issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fn call_0() {
}

#[test]
#[cfg_attr(miri, ignore = "unsupported operation when isolation is enabled")]
fn issue2588_load_html() {
load_module_test("tests-pl/issue2588.pl", "[element(html,[],[element(head,[],[element(title,[],[[H,e,l,l,o,!]])]),element(body,[],[])])]");
}
Expand Down

0 comments on commit 6dd0ec0

Please sign in to comment.