xref: /aosp_15_r20/external/cronet/testing/gtest/include/gtest/gtest-param-test.h (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 // Copyright 2017 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef TESTING_GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
6 #define TESTING_GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
7 
8 // The file/directory layout of Google Test is not yet considered stable. Until
9 // it stabilizes, Chromium code will use forwarding headers in testing/gtest
10 // and testing/gmock, instead of directly including files in
11 // third_party/googletest.
12 
13 #include "third_party/googletest/src/googletest/include/gtest/gtest-param-test.h"  // IWYU pragma: export
14 
15 #endif  // TESTING_GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_
16