Skip to content

Commit

Permalink
fix test (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
huocun-ant authored Dec 10, 2024
1 parent 3f5b224 commit b2e3d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/yacl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ def yacl_cc_test(
"@yacl//bazel/config:gm": ["-DYACL_WITH_TONGSUO"],
"//conditions:default": [],
}),
deps = deps + [
deps = [
"@googletest//:gtest_main",
],
] + deps,
linkopts = linkopts + ["-ldl"],
**kwargs
)

0 comments on commit b2e3d2f

Please sign in to comment.