Skip to content

Commit

Permalink
adapt problems test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 20, 2016
1 parent 54e6159 commit 4f7a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_problems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using namespace flexiblesusy;

BOOST_AUTO_TEST_CASE( test_initialization )
{
const char* names[3] = {"", "", ""};
const std::array<std::string,3> names = {"", "", ""};
Problems<3> problems(names);

BOOST_CHECK(!problems.is_running_tachyon(0));
Expand Down

0 comments on commit 4f7a70c

Please sign in to comment.