Merge failure - missing comma in deps list.
diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD
index d8e89dc..2b9821f 100644
--- a/test/core/iomgr/BUILD
+++ b/test/core/iomgr/BUILD
@@ -92,7 +92,7 @@
     deps = [
         "//:gpr",
         "//:grpc",
-        "//test/core/util:gpr_test_util"
+        "//test/core/util:gpr_test_util",
         "//test/core/util:grpc_test_util",
     ],
     language = "C",