Skip to content

Commit f5accc3

Browse files
committed
reorder headers to pacify format checker
1 parent afb0501 commit f5accc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/AllClangUnitTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "gtest/gtest.h"
109
#include "llvm/Support/CommandLine.h"
1110
#include "llvm/Support/TargetSelect.h"
11+
#include "gtest/gtest.h"
1212

1313
// This custom main entry point for the AllClangUnitTests binary registers all
1414
// tests on startup, so the tests don't become sensitive to target registration

0 commit comments

Comments
 (0)