diff options
author | Mark D. Roth <roth@google.com> | 2017-11-27 09:38:55 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-11-27 09:38:55 -0800 |
commit | d0f56a9997776d837097ee9709c64802c52dd120 (patch) | |
tree | 1513990ad8cd0f96017a57e727946de96f0a4b0d /test/core/transport | |
parent | aaad0c2e5a301d27a3e077e89325eb91cc24da22 (diff) |
Fix sanity problem.
Diffstat (limited to 'test/core/transport')
-rw-r--r-- | test/core/transport/chttp2/settings_timeout_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/settings_timeout_test.cc b/test/core/transport/chttp2/settings_timeout_test.cc index aac8e15b31..a1e748d21c 100644 --- a/test/core/transport/chttp2/settings_timeout_test.cc +++ b/test/core/transport/chttp2/settings_timeout_test.cc @@ -24,7 +24,7 @@ #include <memory> #include <thread> -#include "gtest/gtest.h" +#include <gtest/gtest.h> #include "src/core/lib/iomgr/endpoint.h" #include "src/core/lib/iomgr/error.h" |