Skip to content

Commit d4bdf04

Browse files
author
thk123
committed
Correcting typo in the scenario name
1 parent 85b5995 commit d4bdf04

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

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

0 commit comments

Comments
 (0)