| commit | 732a875fe82c80a735cc9ca6a430f962811188ab | [log] [tgz] |
|---|---|---|
| author | Craig Tiller <ctiller@google.com> | Mon Feb 22 15:59:19 2016 -0800 |
| committer | Craig Tiller <ctiller@google.com> | Mon Feb 22 15:59:19 2016 -0800 |
| tree | a319fb8bd7d786b2f327888fb9feea0bb79ca6fd | |
| parent | 9f791595903b926e32b3d2ec5d959cfe1a3e1e78 [diff] [blame] |
Add a sanity test for name aliasing
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index 94a6f8a..3227347 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h
@@ -43,7 +43,7 @@ #include "test/core/end2end/data/ssl_test_data.h" #include "test/core/util/port.h" #include "test/cpp/qps/limit_cores.h" -#include "test/cpp/qps/timer.h" +#include "test/cpp/qps/usage_timer.h" namespace grpc { namespace testing {