forked from OSchip/llvm-project
Fix Expression unittests on Darwin
Fixes the Expression unittests on Darwin after r333933 was landed. llvm-svn: 333974
This commit is contained in:
parent
2c0ef67327
commit
a54df26ace
|
@ -4,6 +4,8 @@ add_lldb_unittest(ExpressionTests
|
|||
|
||||
LINK_LIBS
|
||||
lldbCore
|
||||
lldbPluginExpressionParserGo
|
||||
lldbPluginExpressionParserClang
|
||||
lldbPluginExpressionParserGo
|
||||
lldbUtility
|
||||
lldbUtilityHelpers
|
||||
)
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "Plugins/ExpressionParser/Clang/ClangHost.h"
|
||||
#include "TestingSupport/TestUtilities.h"
|
||||
#include "lldb/Utility/FileSpec.h"
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue