File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ SCENARIO(
46
46
symbol_typet java_string_type (" java::java.lang.String" );
47
47
symbol_exprt expr (" arg" , java_string_type);
48
48
49
- object_factory_parameterst object_factory_parameters;
49
+ java_object_factory_parameterst object_factory_parameters;
50
50
object_factory_parameters.max_nondet_string_length = 20 ;
51
51
object_factory_parameters.function_id = " test" ;
52
52
Original file line number Diff line number Diff line change 16
16
#include < goto-programs/remove_returns.h>
17
17
18
18
#include < java_bytecode/convert_java_nondet.h>
19
- #include < java_bytecode/object_factory_parameters .h>
19
+ #include < java_bytecode/java_object_factory_parameters .h>
20
20
#include < java_bytecode/remove_instanceof.h>
21
21
#include < java_bytecode/replace_java_nondet.h>
22
22
@@ -166,7 +166,7 @@ void load_and_test_method(
166
166
validate_nondet_method_removed (goto_function.body .instructions );
167
167
}
168
168
169
- object_factory_parameterst params{};
169
+ java_object_factory_parameterst params{};
170
170
171
171
THEN (
172
172
" Replace and convert nondet should work after remove returns has been "
You can’t perform that action at this time.
0 commit comments