aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-01-15 16:07:36 -0800
committerGravatar yang-g <yangg@google.com>2016-01-15 16:07:36 -0800
commit15b805067513c2bd684d26d19da052c8d917b172 (patch)
tree6fa906f71279eb5181e25b3903f0b746fecad45c /test/cpp
parent512c4f7447740b52807b51e79ae64c6d439bfdf5 (diff)
parenta0fffb7bfb4b9ad7e51395a3a818518c3134a2e0 (diff)
Merge remote-tracking branch 'upstream/master' into sync_async_mix
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/util/subprocess.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/util/subprocess.cc b/test/cpp/util/subprocess.cc
index d758f629ac..33f3820a2b 100644
--- a/test/cpp/util/subprocess.cc
+++ b/test/cpp/util/subprocess.cc
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -56,4 +56,4 @@ int SubProcess::Join() { return gpr_subprocess_join(subprocess_); }
void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); }
-} // namespace grpc \ No newline at end of file
+} // namespace grpc