Use EXPECT_EQ in the unittests instead of plain assert
authorTobias Grosser <tobias@grosser.es>
Mon, 22 Feb 2016 07:20:40 +0000 (07:20 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 22 Feb 2016 07:20:40 +0000 (07:20 +0000)
commit946ca0a946b6793c31951427b564447e4b666c9b
treea0d5f0ee6c9c74742526002445ae5b1a30ca19a3
parent452417ac12cc30420b18ae52253a5d8e6f94e25f
Use EXPECT_EQ in the unittests instead of plain assert

This addresses post-review comments from Duncan P. N. Exon Smith to r261485.

llvm-svn: 261514
llvm/unittests/Analysis/ScalarEvolutionTest.cpp