Skip to content

Commit

Permalink
Use the right include for gmock and gtest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709058082
  • Loading branch information
superbobry authored and Google-ML-Automation committed Dec 23, 2024
1 parent 76a51f8 commit 68ec202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaxlib/mosaic/dialect/gpu/mosaic_gpu_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 68ec202

Please sign in to comment.