diff options
Diffstat (limited to 'lldb/unittests/Expression/GoParserTest.cpp')
-rw-r--r-- | lldb/unittests/Expression/GoParserTest.cpp | 2 |
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; |