Skip to content

Commit

Permalink
ignore the get_inputs MASM compilation test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jun 5, 2024
1 parent 4e22dc3 commit d8d4bd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use expect_test::expect_file;

use crate::CompilerTest;

#[ignore = "until https://github.com/0xPolygonMiden/compiler/issues/200 is fixed"]
#[test]
fn test_get_inputs() {
let main_fn = format!("() -> Vec<Felt> {{ get_inputs() }}");
Expand Down

0 comments on commit d8d4bd0

Please sign in to comment.