Skip to content

Commit 12a8f50

Browse files
committed
[SandboxIR] Use the proper gmock public header in unit tests.
This should fix the BuildKite bazel build.
1 parent 39ad84e commit 12a8f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/unittests/SandboxIR/SandboxIRTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
#include "llvm/SandboxIR/Utils.h"
2222
#include "llvm/SandboxIR/Value.h"
2323
#include "llvm/Support/SourceMgr.h"
24-
#include "gmock/gmock-matchers.h"
25-
#include "gmock/gmock-more-matchers.h"
24+
#include "gmock/gmock.h"
2625
#include "gtest/gtest.h"
2726

2827
using namespace llvm;

0 commit comments

Comments
 (0)