Skip to content

Commit e27151b

Browse files
author
thk123
committed
Correcting typo in the scenario name
1 parent d7356be commit e27151b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/java_bytecode/java_bytecode_convert_method/convert_invoke_dynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void validate_local_variable_lambda_assignment(
160160
SCENARIO(
161161
"Converting invokedynamic with a local lambda",
162162
"[core]"
163-
"[lamdba][java_bytecode][java_bytecode_convert_method][!mayfail]")
163+
"[lambdas][java_bytecode][java_bytecode_convert_method][!mayfail]")
164164
{
165165
// NOLINTNEXTLINE(whitespace/braces)
166166
run_test_with_compilers([](const std::string &compiler) {

0 commit comments

Comments
 (0)