Skip to content
Snippets Groups Projects
Commit 8bf337be authored by ctiller's avatar ctiller Committed by Nicolas Noble
Browse files

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
parent 1456d152
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ typedef struct thd_arg { ...@@ -98,7 +98,7 @@ typedef struct thd_arg {
static void mimic_trace_op_sequences(void* arg) { static void mimic_trace_op_sequences(void* arg) {
census_op_id id; census_op_id id;
char method_name[200]; const char* method_name = "service_foo/method_bar";
int i = 0; int i = 0;
const int num_iter = 200; const int num_iter = 200;
thd_arg* args = (thd_arg*)arg; thd_arg* args = (thd_arg*)arg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment