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 73be2ed commit a90ee53Copy full SHA for a90ee53
jbmc/unit/java_bytecode/ci_lazy_methods/lazy_load_lambdas.cpp
@@ -196,8 +196,7 @@ SCENARIO(
196
{
197
const symbol_tablet symbol_table = load_java_class_lazy(
198
"ExternalLambdaAccessor",
199
- "./java_bytecode/java_bytecode_parse_lambdas/lambda_examples/"
200
- "openjdk_8_classes",
+ "./java_bytecode/java_bytecode_parse_lambdas/lambda_examples",
201
"ExternalLambdaAccessor.test");
202
203
THEN("Then the lambdas should be loaded")
0 commit comments