File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -176,12 +176,13 @@ class java_string_library_preprocesst:public messaget
176
176
symbol_tablet &symbol_table,
177
177
code_blockt &init_code);
178
178
179
- friend exprt convert_exprt_to_string_exprt_unit_test (
180
- java_string_library_preprocesst &preprocess,
181
- const exprt &deref,
182
- const source_locationt &loc,
183
- symbol_tablet &symbol_table,
184
- code_blockt &init_code);
179
+ // Friending this function for unit testing convert_exprt_to_string_exprt
180
+ friend refined_string_exprt convert_exprt_to_string_exprt_unit_test (
181
+ java_string_library_preprocesst &preprocess,
182
+ const exprt &deref,
183
+ const source_locationt &loc,
184
+ symbol_tablet &symbol_table,
185
+ code_blockt &init_code);
185
186
186
187
refined_string_exprt convert_exprt_to_string_exprt (
187
188
const exprt &deref,
You can’t perform that action at this time.
0 commit comments