[PATCH] D48966: [Support] Make support types more easily printable.
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 23:18:13 PDT 2018
sammccall added inline comments.
================
Comment at: unittests/Support/ErrorTest.cpp:733
+ S << E1;
+ EXPECT_EQ("CustomError { 0}", S.str());
+ consumeError(std::move(E1));
----------------
zturner wrote:
> Is the space supposed to be before the 0?
Hmm, this was in the existing test helpers but it just looks like a typo. Fixed in various places.
Repository:
rL LLVM
https://reviews.llvm.org/D48966
More information about the llvm-commits
mailing list