Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages
authorAlp Toker <alp@nuanti.com>
Thu, 12 Dec 2013 03:31:20 +0000 (03:31 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 12 Dec 2013 03:31:20 +0000 (03:31 +0000)
commit7f8ef1ecc4004068f9178e932bdb0fa1c2b527d2
tree34c358045035c7d13a06e27130b1dc04bd708e9c
parent22e0e0c1de72187f9f20e9d7375422b51ec10fb9
Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messages

Somewhat counterintuitively the first arg in gtest is treated as the
expectation.

No change to the tests themselves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197124 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/RegexTest.cpp