diff options
author | ctiller <ctiller@google.com> | 2015-01-09 08:59:08 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2015-01-09 17:55:21 -0800 |
commit | 8bf337bedfd35bd6ace0882ae2ea703926dfc8df (patch) | |
tree | 26ea29201ec223ad8f75023ced380af7a5d16777 /test/core/statistics | |
parent | 1456d1522172e558b7c826b4d4b0977b67f43e82 (diff) |
Fix test under msan
Change on 2015/01/09 by ctiller <ctiller@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83609353
Diffstat (limited to 'test/core/statistics')
-rw-r--r-- | test/core/statistics/trace_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/trace_test.c b/test/core/statistics/trace_test.c index d1f384e20f..b06fbd574b 100644 --- a/test/core/statistics/trace_test.c +++ b/test/core/statistics/trace_test.c @@ -98,7 +98,7 @@ typedef struct thd_arg { static void mimic_trace_op_sequences(void* arg) { census_op_id id; - char method_name[200]; + const char* method_name = "service_foo/method_bar"; int i = 0; const int num_iter = 200; thd_arg* args = (thd_arg*)arg; |