summaryrefslogtreecommitdiff
path: root/libadhocutil/unittests/testFactory.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 02:34:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-26 02:34:42 +0100
commit48137dc683a054c5a10580dec8671efa39b50ef8 (patch)
tree89f7d4b2ed4bd43065577e72092d511defb11868 /libadhocutil/unittests/testFactory.cpp
parentUpdate documentation (diff)
downloadlibadhocutil-48137dc683a054c5a10580dec8671efa39b50ef8.tar.bz2
libadhocutil-48137dc683a054c5a10580dec8671efa39b50ef8.tar.xz
libadhocutil-48137dc683a054c5a10580dec8671efa39b50ef8.zip
Fix typo in macro name
Diffstat (limited to 'libadhocutil/unittests/testFactory.cpp')
-rw-r--r--libadhocutil/unittests/testFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libadhocutil/unittests/testFactory.cpp b/libadhocutil/unittests/testFactory.cpp
index 6c0a5d5..24f731f 100644
--- a/libadhocutil/unittests/testFactory.cpp
+++ b/libadhocutil/unittests/testFactory.cpp
@@ -32,7 +32,7 @@ typedef AdHoc::Factory<BaseThing, int, std::string> BaseThingFactory;
NAMEDFACTORY("a", ImplOfThing, BaseThingFactory);
FACTORY(OtherImplOfThing, BaseThingFactory);
-INSTANIATEFACTORY(BaseThing, int, std::string);
+INSTANTIATEFACTORY(BaseThing, int, std::string);
BOOST_AUTO_TEST_CASE( ready )
{