[llvm] r320504 - Test commit.

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 10:00:43 PST 2017


Author: aganea
Date: Tue Dec 12 10:00:43 2017
New Revision: 320504

URL: http://llvm.org/viewvc/llvm-project?rev=320504&view=rev
Log:
Test commit.

Modified:
    llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp

Modified: llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp?rev=320504&r1=320503&r2=320504&view=diff
==============================================================================
--- llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp (original)
+++ llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp Tue Dec 12 10:00:43 2017
@@ -579,3 +579,4 @@ TEST_F(TypeIndexIteratorTest, CallerSym)
   checkTypeReferences(1, TypeIndex(4), TypeIndex(5), TypeIndex(6));
   checkTypeReferences(2, TypeIndex(7), TypeIndex(8), TypeIndex(9));
 }
+




More information about the llvm-commits mailing list