Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanJPhillips committed Feb 14, 2018
1 parent ef08ae2 commit a094990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/util/parameter_indices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void check_consistency(const symbolt &symbol)
REQUIRE(parameter_indices.at(parameter_ids.at(i)) == i);
}

TEST_CASE("Parmeter indices consistency", "[core][util][parameter_indices]")
TEST_CASE("Parameter indices consistency", "[core][util][parameter_indices]")
{
symbol_tablet symbol_table = load_java_class("ParameterIndicesTest", "util/");
check_consistency(
Expand Down

0 comments on commit a094990

Please sign in to comment.