Skip to content

Commit

Permalink
Add a golden data test that I missed somehow the first time around.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151886 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chandlerc committed Mar 2, 2012
1 parent 4fc5bdf commit c3f9918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/ADT/HashingTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ TEST(HashingTest, HashCombineRangeGoldenTest) {
{ "abababab", 0xee14a29ddf0ce54cULL },
{ "ababababababa", 0x38b3ddaada2d52b4ULL },
{ "ababababababababababa", 0xd3665364219f2b85ULL },
{ "abababababababababababababababab", 0xa75cd6afbf1bc972ULL },
{ "abababababababababababababababab"
"abababababababababababababababab"
"abababababababababababababababab"
Expand Down

0 comments on commit c3f9918

Please sign in to comment.