Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 4, 2017
1 parent cb7ff94 commit 9db764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_formula_core.cpp
Expand Up @@ -44,7 +44,7 @@ class mock_party : public formula_callable {
i_[2].add("strength",variant(14));
std::vector<variant> members;
for(int n = 0; n != 3; ++n) {
members.emplace_back(&i_[n]);
members.emplace_back(i_[n].fake_ptr());
}

return variant(members);
Expand Down

0 comments on commit 9db764a

Please sign in to comment.