diff options
author | yang-g <yangg@google.com> | 2015-11-25 11:45:33 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-11-25 11:45:33 -0800 |
commit | 52705590e463df5e6b852f15866cdfbfcf902fcb (patch) | |
tree | e9ac30bc757b13d497aa1441947c62b9c3506201 /vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj | |
parent | a23f17b1233453334ad137a3aeb338c801b5ada4 (diff) |
Add set pointer api to channel_arguments
Diffstat (limited to 'vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj index aa1755af95..772f700b45 100644 --- a/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj +++ b/vsprojects/vcxproj/test/channel_arguments_test/channel_arguments_test.vcxproj @@ -145,7 +145,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\..\..\..\test\cpp\client\channel_arguments_test.cc"> + <ClCompile Include="..\..\..\..\test\cpp\common\channel_arguments_test.cc"> </ClCompile> </ItemGroup> <ItemGroup> |