We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb88574 + a094990 commit b0eb45eCopy full SHA for b0eb45e
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