Skip to content

Commit

Permalink
fix bugs for test/BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
horance-liu committed Dec 9, 2018
1 parent 1ce2bed commit 00574bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ cc_test(
"-std=c++11",
"-g",
"-Wno-invalid-offsetof"],
deps = ["//:cut"],
deps = ["//:cut", "//:cut_main"],
)

0 comments on commit 00574bf

Please sign in to comment.