summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Expression/GoParserTest.cpp
diff options
context:
space:
mode:
authorRyan Brown <ribrdb@google.com>2015-11-03 22:46:37 +0000
committerRyan Brown <ribrdb@google.com>2015-11-03 22:46:37 +0000
commit0fbd187d7942f46a7d9730ab8d5df19e4044bcdf (patch)
tree798056ef7871c0aa4ed63df7cbdd311ed645547d /lldb/unittests/Expression/GoParserTest.cpp
parent2c6f213bcdad1b3a04bea0678cd10ab0b77323d1 (diff)
downloadbcm5719-llvm-0fbd187d7942f46a7d9730ab8d5df19e4044bcdf.tar.gz
bcm5719-llvm-0fbd187d7942f46a7d9730ab8d5df19e4044bcdf.zip
Fix build for go parser unittest.
llvm-svn: 252007
Diffstat (limited to 'lldb/unittests/Expression/GoParserTest.cpp')
-rw-r--r--lldb/unittests/Expression/GoParserTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/Expression/GoParserTest.cpp b/lldb/unittests/Expression/GoParserTest.cpp
index b6b1df4f543..76483979f35 100644
--- a/lldb/unittests/Expression/GoParserTest.cpp
+++ b/lldb/unittests/Expression/GoParserTest.cpp
@@ -18,7 +18,7 @@
#include "gtest/gtest.h"
#include "lldb/Core/Error.h"
-#include "lldb/Expression/GoParser.h"
+#include "Plugins/ExpressionParser/Go/GoParser.h"
using namespace lldb_private;
OpenPOWER on IntegriCloud