aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-04-13 10:41:40 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-04-13 10:41:40 -0700
commit6dfa7e6ea3dbe23923b2a32b0c976d5004a0d11d (patch)
tree5991fb05e5c9cb5fb7432ca29910f12c2277f205 /test
parentc5624f7331a4eb7d45f7e06d807a0f7629c4028f (diff)
Move files to a new "profiling" directory to better distinguish from census
statistics
Diffstat (limited to 'test')
-rw-r--r--test/core/profiling/timers_test.c (renamed from test/core/statistics/timers_test.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/timers_test.c b/test/core/profiling/timers_test.c
index efd90ed728..b7219d7859 100644
--- a/test/core/statistics/timers_test.c
+++ b/test/core/profiling/timers_test.c
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/statistics/timers.h"
+#include "src/core/profiling/timers.h"
#include <stdlib.h>
#include "test/core/util/test_config.h"