Skip to content
Commit d592399b authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Now that googletest can print ConstantRange, use EXPECT_EQ when testing for

equality. Prefer EXPECT_EQ(foo, Full) over EXPECT_TRUE(foo.isFullSet()) because
the former will print out the contents of the constant range that failed.

llvm-svn: 81094
parent b797fdc3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment