Skip to content

Commit a90ee53

Browse files
author
svorenova
committed
Update unit test class location
1 parent 73be2ed commit a90ee53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jbmc/unit/java_bytecode/ci_lazy_methods/lazy_load_lambdas.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ SCENARIO(
196196
{
197197
const symbol_tablet symbol_table = load_java_class_lazy(
198198
"ExternalLambdaAccessor",
199-
"./java_bytecode/java_bytecode_parse_lambdas/lambda_examples/"
200-
"openjdk_8_classes",
199+
"./java_bytecode/java_bytecode_parse_lambdas/lambda_examples",
201200
"ExternalLambdaAccessor.test");
202201

203202
THEN("Then the lambdas should be loaded")

0 commit comments

Comments
 (0)