Skip to content

Commit a094990

Browse files
Fixed test name
1 parent ef08ae2 commit a094990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/util/parameter_indices.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void check_consistency(const symbolt &symbol)
2121
REQUIRE(parameter_indices.at(parameter_ids.at(i)) == i);
2222
}
2323

24-
TEST_CASE("Parmeter indices consistency", "[core][util][parameter_indices]")
24+
TEST_CASE("Parameter indices consistency", "[core][util][parameter_indices]")
2525
{
2626
symbol_tablet symbol_table = load_java_class("ParameterIndicesTest", "util/");
2727
check_consistency(

0 commit comments

Comments
 (0)