Skip to content

Commit 88f2a96

Browse files
author
svorenova
authored
Merge pull request #4644 from svorenova/unit-test-folder
Update unit test class location
2 parents 73be2ed + a90ee53 commit 88f2a96

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)