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 3d6854e commit 5e0f38aCopy full SHA for 5e0f38a
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