Blob Blame History Raw
diff -uNr ndn-cxx-ndn-cxx-0.3.4/tests/unit-tests/security/identity-fixture.cpp ndn-cxx-ndn-cxx-0.3.4_patch/tests/unit-tests/security/identity-fixture.cpp
--- ndn-cxx-ndn-cxx-0.3.4/tests/unit-tests/security/identity-fixture.cpp	2015-09-16 18:26:41.554771607 -0600
+++ ndn-cxx-ndn-cxx-0.3.4_patch/tests/unit-tests/security/identity-fixture.cpp	2015-09-16 18:26:55.050771614 -0600
@@ -112,7 +112,7 @@
   Name m_newIdentity;
 };
 
-BOOST_GLOBAL_FIXTURE(IdentityFixture)
+BOOST_GLOBAL_FIXTURE(IdentityFixture);
 
 } // namespace security
 } // namespace ndn