diff options
author | Adrian McCarthy <amccarth@google.com> | 2017-01-25 22:48:57 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2017-01-25 22:48:57 +0000 |
commit | 1f5f06435d5a8958127faf454dbe2205d2fc2b73 (patch) | |
tree | c6b75c7e9e92a82585e5824f196d6e3fefd8914b /llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | |
parent | 6b6b8c4fb9de06aecef40b8aadcc92dfbfec2e33 (diff) | |
download | bcm5719-llvm-1f5f06435d5a8958127faf454dbe2205d2fc2b73.tar.gz bcm5719-llvm-1f5f06435d5a8958127faf454dbe2205d2fc2b73.zip |
Fix for r293104, which renamed a directory.
llvm-svn: 293105
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp')
-rw-r--r-- | llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp b/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp index 653acf74089..ebd6073f4a8 100644 --- a/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp @@ -12,8 +12,8 @@ #include "llvm/DebugInfo/MSF/ByteStream.h" #include "llvm/DebugInfo/MSF/StreamReader.h" #include "llvm/DebugInfo/MSF/StreamWriter.h" -#include "llvm/DebugInfo/PDB/Raw/StringTable.h" -#include "llvm/DebugInfo/PDB/Raw/StringTableBuilder.h" +#include "llvm/DebugInfo/PDB/Native/StringTable.h" +#include "llvm/DebugInfo/PDB/Native/StringTableBuilder.h" #include "gtest/gtest.h" |