Skip to content

Commit df895d3

Browse files
author
thk123
committed
Temp checkin for checking components
1 parent 44a5dcb commit df895d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unit/java_bytecode/java_bytecode_convert_method/convert_invoke_dynamic.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ void validate_lamdba_assignement(
105105
Catch::Matchers::Vector::ContainsElementMatcher<irep_idt>{
106106
tmp_class_identifier});
107107

108+
require_type::require_component(tmp_lambda_class_type, "@java.lang.Object");
109+
// TODO verify the components of the class have been set correctly
110+
108111
THEN("The function in the class should call the lambda method")
109112
{
110113
const irep_idt method_identifier =

0 commit comments

Comments
 (0)