diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-10-03 18:36:05 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-03 18:36:05 -0700 |
commit | f49ab12975352551ad02248e3dd166960d2d18c9 (patch) | |
tree | c8bc2bf3858349f32c8d27e004ecf71264c6371d /test | |
parent | ec3c138a830ecccbe50868e6eab36e6ca0b7ed6b (diff) |
Some final linker and build issues. Also, resolving invalid_channel_args_test
Diffstat (limited to 'test')
-rw-r--r-- | test/core/surface/invalid_channel_args_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/invalid_channel_args_test.c b/test/core/surface/invalid_channel_args_test.c index 84d7627d29..9c84c30f03 100644 --- a/test/core/surface/invalid_channel_args_test.c +++ b/test/core/surface/invalid_channel_args_test.c @@ -25,7 +25,7 @@ #include "test/core/util/test_config.h" static char *g_last_log_error_message = NULL; -static const char *g_file_name = "channel.c"; +static const char *g_file_name = "channel.cc"; static int ends_with(const char *src, const char *suffix) { size_t src_len = strlen(src); |