summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index ff775fdd..cf905910 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -41,7 +41,7 @@ cc_test(
41 deps = [ 41 deps = [
42 ":rtp", 42 ":rtp",
43 "//c-toxcore/toxcore:crypto_core", 43 "//c-toxcore/toxcore:crypto_core",
44 "@gtest", 44 "@com_google_googletest//:gtest_main",
45 ], 45 ],
46) 46)
47 47