Merge failure - missing comma in deps list.

pull/10621/head
Nicolas "Pixel" Noble 8 years ago
parent 980e63d362
commit ae79a00876
  1. 2
      test/core/iomgr/BUILD

@ -92,7 +92,7 @@ grpc_cc_test(
deps = [ deps = [
"//:gpr", "//:gpr",
"//:grpc", "//:grpc",
"//test/core/util:gpr_test_util" "//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util", "//test/core/util:grpc_test_util",
], ],
language = "C", language = "C",

Loading…
Cancel
Save