Skip to content

Commit b2e3d2f

Browse files
authored
fix test (#442)
1 parent 3f5b224 commit b2e3d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bazel/yacl.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ def yacl_cc_test(
111111
"@yacl//bazel/config:gm": ["-DYACL_WITH_TONGSUO"],
112112
"//conditions:default": [],
113113
}),
114-
deps = deps + [
114+
deps = [
115115
"@googletest//:gtest_main",
116-
],
116+
] + deps,
117117
linkopts = linkopts + ["-ldl"],
118118
**kwargs
119119
)

0 commit comments

Comments
 (0)