Fixes towards building on MSVC.

This commit is contained in:
iphydf 2020-03-29 00:10:51 +00:00
parent 44e13956ef
commit 4b73607b6f
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -23,7 +23,6 @@ flaky_tests = {
size = "small", size = "small",
srcs = [src], srcs = [src],
args = ["$(location %s)" % src], args = ["$(location %s)" % src],
copts = ["-Wno-sign-compare"],
data = glob(["data/*"]), data = glob(["data/*"]),
flaky = flaky_tests.get( flaky = flaky_tests.get(
src[:-2], src[:-2],