Skip to content

Commit

Permalink
cleanup: Remove empty test doing nothing.
Browse files Browse the repository at this point in the history
It's no longer needed since NGC was merged.
  • Loading branch information
iphydf committed Jan 15, 2024
1 parent fcf5882 commit 687af81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
11 changes: 0 additions & 11 deletions toxcore/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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(
name = "friend_requests",
srcs = ["friend_requests.c"],
Expand Down
14 changes: 0 additions & 14 deletions toxcore/friend_connection_test.cc

This file was deleted.

0 comments on commit 687af81

Please sign in to comment.