We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef08ae2 commit a094990Copy full SHA for a094990
unit/util/parameter_indices.cpp
@@ -21,7 +21,7 @@ void check_consistency(const symbolt &symbol)
21
REQUIRE(parameter_indices.at(parameter_ids.at(i)) == i);
22
}
23
24
-TEST_CASE("Parmeter indices consistency", "[core][util][parameter_indices]")
+TEST_CASE("Parameter indices consistency", "[core][util][parameter_indices]")
25
{
26
symbol_tablet symbol_table = load_java_class("ParameterIndicesTest", "util/");
27
check_consistency(
0 commit comments