We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0501 commit f5accc3Copy full SHA for f5accc3
clang/unittests/AllClangUnitTests.cpp
@@ -6,9 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#include "gtest/gtest.h"
10
#include "llvm/Support/CommandLine.h"
11
#include "llvm/Support/TargetSelect.h"
+#include "gtest/gtest.h"
12
13
// This custom main entry point for the AllClangUnitTests binary registers all
14
// tests on startup, so the tests don't become sensitive to target registration
0 commit comments