File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ SCENARIO(
4646 symbol_typet java_string_type (" java::java.lang.String" );
4747 symbol_exprt expr (" arg" , java_string_type);
4848
49- object_factory_parameterst object_factory_parameters;
49+ java_object_factory_parameterst object_factory_parameters;
5050 object_factory_parameters.max_nondet_string_length = 20 ;
5151 object_factory_parameters.function_id = " test" ;
5252
Original file line number Diff line number Diff line change 1616#include < goto-programs/remove_returns.h>
1717
1818#include < java_bytecode/convert_java_nondet.h>
19- #include < java_bytecode/object_factory_parameters .h>
19+ #include < java_bytecode/java_object_factory_parameters .h>
2020#include < java_bytecode/remove_instanceof.h>
2121#include < java_bytecode/replace_java_nondet.h>
2222
@@ -166,7 +166,7 @@ void load_and_test_method(
166166 validate_nondet_method_removed (goto_function.body .instructions );
167167 }
168168
169- object_factory_parameterst params{};
169+ java_object_factory_parameterst params{};
170170
171171 THEN (
172172 " Replace and convert nondet should work after remove returns has been "
You can’t perform that action at this time.
0 commit comments