From 68f6731be39f859d621a217588a94e406f0b9823 Mon Sep 17 00:00:00 2001 From: Alexandre Ganea Date: Tue, 12 Dec 2017 18:00:43 +0000 Subject: [PATCH] Test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320504 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp b/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp index 0948c493ed4..c51b9e723f0 100644 --- a/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp +++ b/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)); } + -- 2.50.1