mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Use the right include for gmock and gtest
PiperOrigin-RevId: 709058082
This commit is contained in:
parent
76a51f8398
commit
68ec202d45
@ -19,8 +19,8 @@ limitations under the License.
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "testing/base/public/gmock.h"
|
||||
#include "testing/base/public/gunit.h"
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include "absl/container/flat_hash_set.h"
|
||||
#include "absl/status/status.h"
|
||||
#include "absl/status/statusor.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user