[llvm] 12a8f50 - [SandboxIR] Use the proper gmock public header in unit tests.

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 09:59:17 PDT 2024


Author: Jorge Gorbe Moya
Date: 2024-10-29T09:59:03-07:00
New Revision: 12a8f504cfe25afab97e288a44e1d5b1925d24cf

URL: https://github.com/llvm/llvm-project/commit/12a8f504cfe25afab97e288a44e1d5b1925d24cf
DIFF: https://github.com/llvm/llvm-project/commit/12a8f504cfe25afab97e288a44e1d5b1925d24cf.diff

LOG: [SandboxIR] Use the proper gmock public header in unit tests.

This should fix the BuildKite bazel build.

Added: 
    

Modified: 
    llvm/unittests/SandboxIR/SandboxIRTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/SandboxIR/SandboxIRTest.cpp b/llvm/unittests/SandboxIR/SandboxIRTest.cpp
index 99e14292a91b92..874c32c2d4398f 100644
--- a/llvm/unittests/SandboxIR/SandboxIRTest.cpp
+++ b/llvm/unittests/SandboxIR/SandboxIRTest.cpp
@@ -21,8 +21,7 @@
 #include "llvm/SandboxIR/Utils.h"
 #include "llvm/SandboxIR/Value.h"
 #include "llvm/Support/SourceMgr.h"
-#include "gmock/gmock-matchers.h"
-#include "gmock/gmock-more-matchers.h"
+#include "gmock/gmock.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;


        


More information about the llvm-commits mailing list