We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57fe53 commit 212da75Copy full SHA for 212da75
unit/testing-utils/require_parse_tree.h
@@ -46,8 +46,8 @@ struct expected_instructiont
46
java_bytecode_parse_treet::instructiont actual_instruction) const;
47
48
private:
49
- const irep_idt instruction_mnemoic;
50
- const std::vector<exprt> instruction_arguments;
+ irep_idt instruction_mnemoic;
+ std::vector<exprt> instruction_arguments;
51
};
52
53
typedef std::vector<expected_instructiont> expected_instructionst;
0 commit comments