diff options
Diffstat (limited to 'dev-libs/opendht/files')
-rw-r--r-- | dev-libs/opendht/files/peerdiscoverytest-2.4.10.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/opendht/files/peerdiscoverytest-2.4.10.patch b/dev-libs/opendht/files/peerdiscoverytest-2.4.10.patch new file mode 100644 index 0000000..a2e3761 --- /dev/null +++ b/dev-libs/opendht/files/peerdiscoverytest-2.4.10.patch @@ -0,0 +1,13 @@ +diff --git a/tests/peerdiscoverytester.cpp b/tests/peerdiscoverytester.cpp +index a1dac8d0..85e315f7 100644 +--- a/tests/peerdiscoverytester.cpp ++++ b/tests/peerdiscoverytester.cpp +@@ -42,7 +42,7 @@ struct JamiNode { + MSGPACK_DEFINE(num, cha, str) + }; + +-CPPUNIT_TEST_SUITE_REGISTRATION(PeerDiscoveryTester); ++// CPPUNIT_TEST_SUITE_REGISTRATION(PeerDiscoveryTester); + + void PeerDiscoveryTester::setUp(){} + |