Skip to content

Commit

Permalink
Merge branch 'pcode_extracting_and_parsing_collection' into pcode_par…
Browse files Browse the repository at this point in the history
…ser_rewrite
  • Loading branch information
vandenBosch committed Aug 25, 2023
2 parents 2543ca5 + ee5061b commit 56c9425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cwe_checker_lib/src/ghidra_pcode/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn mock_instruction(address: String, pcode_ops: Vec<PcodeOpSimple>) -> Instructi
potential_targets: None,
}
}

#[test]
fn test_varnode_into_const() {
if let Expression::Const(c) = mock_varnode("const", "0x0", 8).into_ir_expr().unwrap() {
Expand Down

0 comments on commit 56c9425

Please sign in to comment.