diff options
author | Alistair Veitch <aveitch@google.com> | 2016-02-22 14:20:25 -0800 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-02-22 14:20:25 -0800 |
commit | 777154411167400e19201bc32dce4eccbae1a55b (patch) | |
tree | e447e9e5d21f5a88915cabd331d66e4abb33455f /test/core | |
parent | 4f2745030d981f65c6e135950b8686577142a508 (diff) |
rename census log files to avoid build breakage on MacOS
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/census/mlog_test.c (renamed from test/core/census/log_test.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/census/log_test.c b/test/core/census/mlog_test.c index b68ca11504..5b6c5946ab 100644 --- a/test/core/census/log_test.c +++ b/test/core/census/mlog_test.c @@ -31,7 +31,7 @@ * */ -#include "src/core/census/log.h" +#include "src/core/census/mlog.h" #include <grpc/support/cpu.h> #include <grpc/support/log.h> #include <grpc/support/port_platform.h> |