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 d7356be commit e27151bCopy full SHA for e27151b
unit/java_bytecode/java_bytecode_convert_method/convert_invoke_dynamic.cpp
@@ -160,7 +160,7 @@ void validate_local_variable_lambda_assignment(
160
SCENARIO(
161
"Converting invokedynamic with a local lambda",
162
"[core]"
163
- "[lamdba][java_bytecode][java_bytecode_convert_method][!mayfail]")
+ "[lambdas][java_bytecode][java_bytecode_convert_method][!mayfail]")
164
{
165
// NOLINTNEXTLINE(whitespace/braces)
166
run_test_with_compilers([](const std::string &compiler) {
0 commit comments