]> granicus.if.org Git - llvm/commit
Fix broken test case.
authorRichard Trieu <rtrieu@google.com>
Fri, 17 May 2019 01:17:32 +0000 (01:17 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 17 May 2019 01:17:32 +0000 (01:17 +0000)
commitd01ffcdc9c835e8f4b485f2929e0259747ef7a5d
tree99868e8be558699e1c44bca42049d30f232888da
parent3daa450af0bbb8dda5726cb8c1b4bc8e5c251d1d
Fix broken test case.

EXPECT_EQ takes two arguments, not a single expression that evaluates to bool.

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