diff options
author | yang-g <yangg@google.com> | 2016-01-15 16:07:36 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-01-15 16:07:36 -0800 |
commit | 15b805067513c2bd684d26d19da052c8d917b172 (patch) | |
tree | 6fa906f71279eb5181e25b3903f0b746fecad45c /test | |
parent | 512c4f7447740b52807b51e79ae64c6d439bfdf5 (diff) | |
parent | a0fffb7bfb4b9ad7e51395a3a818518c3134a2e0 (diff) |
Merge remote-tracking branch 'upstream/master' into sync_async_mix
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/util/subprocess.cc | 4 |
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 |