diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-28 09:21:56 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-03-28 09:21:56 -0700 |
commit | e5cc05b5c6cee7026a0d28d39925621451506820 (patch) | |
tree | 5a680b950edfbc64dd1edf939c572947deb1e416 /test/cpp/qps/driver.cc | |
parent | 94f908ae84ab6d280a41e09245925ecfa612dce8 (diff) | |
parent | 97e0ebc7ce45da32aca4bad799148eb3fc1b2033 (diff) |
Merge pull request #5964 from ctiller/move_the_things
Begin core componentization
Diffstat (limited to 'test/cpp/qps/driver.cc')
-rw-r--r-- | test/cpp/qps/driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 6c05799d09..6cca7dec2b 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -45,7 +45,7 @@ #include <grpc/support/log.h> #include <gtest/gtest.h> -#include "src/core/support/env.h" +#include "src/core/lib/support/env.h" #include "src/proto/grpc/testing/services.grpc.pb.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" |