Skip to content

Commit 7a709b5

Browse files
committed
test
1 parent f4a9188 commit 7a709b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpp/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cc_test(
1616
name = "test",
1717
srcs = ["test.cpp"],
1818
deps = [
19-
":lib",
2019
"@googletest//:gtest",
2120
"@googletest//:gtest_main",
21+
":lib",
2222
],
2323
)

0 commit comments

Comments
 (0)