mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
cleanup: Remove empty test doing nothing.
It's no longer needed since NGC was merged.
This commit is contained in:
parent
fcf5882428
commit
687af81f20
|
@ -730,17 +730,6 @@ cc_library(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_test(
|
|
||||||
name = "friend_connection_test",
|
|
||||||
size = "small",
|
|
||||||
srcs = ["friend_connection_test.cc"],
|
|
||||||
deps = [
|
|
||||||
":friend_connection",
|
|
||||||
"@com_google_googletest//:gtest",
|
|
||||||
"@com_google_googletest//:gtest_main",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "friend_requests",
|
name = "friend_requests",
|
||||||
srcs = ["friend_requests.c"],
|
srcs = ["friend_requests.c"],
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#include "friend_connection.h"
|
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
|
||||||
|
|
||||||
namespace {
|
|
||||||
|
|
||||||
// TODO(Jfreegman) make this useful or remove it after NGC is merged
|
|
||||||
TEST(friend_connection, NullTest)
|
|
||||||
{
|
|
||||||
(void)friend_conn_get_onion_friendnum;
|
|
||||||
(void)friend_conn_get_dht_ip_port;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace
|
|
Loading…
Reference in New Issue
Block a user