Remove inclusion of a private gmock header from a test

llvm-svn: 368132
This commit is contained in:
Dmitri Gribenko 2019-08-07 08:16:29 +00:00
parent cac8df1ab9
commit 8840cd3141
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/ADT/STLExtras.h"
#include "gmock/gmock-generated-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <cassert>