summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/DenseMapTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup for unittest:Misha Brukman2009-01-071-3/+3
| | | | | | | | | * Fixed {copy,assignment} constructor test names * s/EXPECT_EQ(true, ...)/ASSERT_TRUE(...)/ Patch by Talin. llvm-svn: 61883
* Original patch by Talin.Misha Brukman2009-01-011-0/+167
* Added the first LLVM unittest -- DenseMap. * Updated mkpatch utility to include llvm/unittests dir * Added top-level target "unittests" to run all unittests llvm-svn: 61541
OpenPOWER on IntegriCloud