[ADT] Don't use a fixture just to get a nonce type for this unittest.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Dec 2015 20:03:16 +0000 (20:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Dec 2015 20:03:16 +0000 (20:03 +0000)
commitd0dc794073ee74622a4af86e5553d7926e4b8aec
tree96ce0582c3dbc4843b7699dbd6e79a5c5645e699
parent9baeb40c983f97ee1f92c1c18e621cce88eba599
[ADT] Don't use a fixture just to get a nonce type for this unittest.

Instead, actually produce a nonce type in the test and use that. This
makes the test, IMO, both simpler and more clear.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256518 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/PointerIntPairTest.cpp