summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/BUILD.bazel')
-rw-r--r--toxcore/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index 934ff16c..d6c3693e 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -33,7 +33,7 @@ cc_test(
33 srcs = ["crypto_core_test.cpp"], 33 srcs = ["crypto_core_test.cpp"],
34 deps = [ 34 deps = [
35 ":crypto_core", 35 ":crypto_core",
36 "@gtest", 36 "@com_google_googletest//:gtest_main",
37 ], 37 ],
38) 38)
39 39
@@ -77,7 +77,7 @@ cc_test(
77 srcs = ["util_test.cpp"], 77 srcs = ["util_test.cpp"],
78 deps = [ 78 deps = [
79 ":network", 79 ":network",
80 "@gtest", 80 "@com_google_googletest//:gtest_main",
81 ], 81 ],
82) 82)
83 83