Browse Source

Fix gmock include format for consistency. (#3771)

Jon Ross-Perkins 2 years ago
parent
commit
ad29114d38
1 changed files with 2 additions and 1 deletions
  1. 2 1
      testing/file_test/file_test_base.cpp

+ 2 - 1
testing/file_test/file_test_base.cpp

@@ -4,6 +4,8 @@
 
 #include "testing/file_test/file_test_base.h"
 
+#include <gmock/gmock.h>
+
 #include <filesystem>
 #include <fstream>
 #include <optional>
@@ -15,7 +17,6 @@
 #include "common/check.h"
 #include "common/error.h"
 #include "common/init_llvm.h"
-#include "gmock/gmock.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/FormatVariadic.h"