summaryrefslogtreecommitdiff
path: root/tests/test_resolver_hints.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-02-01 10:02:00 -0800
committerDaniel Burrows <dburrows@debian.org>2009-02-01 10:02:00 -0800
commitd705c2fce0ac802de18b8fa99b9d44a62622ceae (patch)
treea32fa62f66d3e20661c09e1a395774ad3780e5f5 /tests/test_resolver_hints.cc
parentc6575cf0a803d8b7b059a2569459cce8430b3f93 (diff)
downloadaptitude-d705c2fce0ac802de18b8fa99b9d44a62622ceae.tar.gz
Push the resolver_hint -> hint rename into the test code too.
Diffstat (limited to 'tests/test_resolver_hints.cc')
-rw-r--r--tests/test_resolver_hints.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_resolver_hints.cc b/tests/test_resolver_hints.cc
index 2eef91f3..989dabf1 100644
--- a/tests/test_resolver_hints.cc
+++ b/tests/test_resolver_hints.cc
@@ -27,7 +27,7 @@ using namespace aptitude::matching;
namespace
{
- typedef aptitude_resolver::resolver_hint hint;
+ typedef aptitude_resolver::hint hint;
struct test
{
@@ -35,7 +35,7 @@ namespace
std::string text;
// The resolver hint.
- aptitude_resolver::resolver_hint h;
+ aptitude_resolver::hint h;
test(const std::string &_text, const hint &_h)
: text(_text), h(_h)