diff options
| -rw-r--r-- | llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp b/llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp index 0948c493ed4..c51b9e723f0 100644 --- a/llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp +++ b/llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp @@ -579,3 +579,4 @@ TEST_F(TypeIndexIteratorTest, CallerSym) { checkTypeReferences(1, TypeIndex(4), TypeIndex(5), TypeIndex(6)); checkTypeReferences(2, TypeIndex(7), TypeIndex(8), TypeIndex(9)); } + |

