Skip to content

Commit

Permalink
temporarily remove callsite test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Jun 20, 2024
1 parent 2a27e9b commit baaa982
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/all/test_instruction_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ fn test_instructions() {
assert!(!store_instruction.is_conditional());
assert!(!return_instruction.is_conditional());
assert!(cond_br_instruction.is_conditional());
assert!(TryInto::<CallSiteValue>::try_into(free_instruction).is_ok());
assert!(TryInto::<CallSiteValue>::try_into(return_instruction).is_err());
assert_eq!(store_instruction.get_opcode(), Store);
assert_eq!(ptr_val.as_instruction().unwrap().get_opcode(), PtrToInt);
assert_eq!(ptr.as_instruction().unwrap().get_opcode(), IntToPtr);
Expand Down

0 comments on commit baaa982

Please sign in to comment.