Skip to content

Commit

Permalink
Fix another miri fail in hugr-model
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 7, 2024
1 parent 7573f1f commit 9a40e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugr-model/tests/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn roundtrip(source: &str) -> String {
}

#[test]
#[cfg_attr(miri, ignore)] // Opening files is not supported in (isolated) miri
pub fn test_declarative_extensions() {
insta::assert_snapshot!(roundtrip(include_str!("fixtures/model-decl-exts.edn")))
}

0 comments on commit 9a40e90

Please sign in to comment.