diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-03-02 10:01:29 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-03-02 10:01:29 +0000 |
commit | c3f99182be33fd5c42e94539c566c476a59589bc (patch) | |
tree | d92051ba164760025b58e6d7f9c178c62b443cdb /unittests | |
parent | 4fc5bdf16e1dc54632fd844c81af61c3c574d9cf (diff) | |
download | external_llvm-c3f99182be33fd5c42e94539c566c476a59589bc.zip external_llvm-c3f99182be33fd5c42e94539c566c476a59589bc.tar.gz external_llvm-c3f99182be33fd5c42e94539c566c476a59589bc.tar.bz2 |
Add a golden data test that I missed somehow the first time around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/ADT/HashingTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ADT/HashingTest.cpp b/unittests/ADT/HashingTest.cpp index 008ff49..a12cf90 100644 --- a/unittests/ADT/HashingTest.cpp +++ b/unittests/ADT/HashingTest.cpp @@ -211,6 +211,7 @@ TEST(HashingTest, HashCombineRangeGoldenTest) { { "abababab", 0xee14a29ddf0ce54cULL }, { "ababababababa", 0x38b3ddaada2d52b4ULL }, { "ababababababababababa", 0xd3665364219f2b85ULL }, + { "abababababababababababababababab", 0xa75cd6afbf1bc972ULL }, { "abababababababababababababababab" "abababababababababababababababab" "abababababababababababababababab" |