[LCG] Re-order expectations to provide more useful output when debugging
authorChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 09:59:56 +0000 (09:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 24 Apr 2014 09:59:56 +0000 (09:59 +0000)
commit9e9ec347602a40f82e6f5f4935908c0c8eb448a7
treecc3d553c3e88373b874375ceb9d6911a13b3279d
parentfd46b84dddfdb736b7d3c70d17ee934b6cbb39f8
[LCG] Re-order expectations to provide more useful output when debugging
an issue. This way you see that the number of nodes was wrong before
a crash due to accessing too many nodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207094 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Analysis/LazyCallGraphTest.cpp