[PATCH] D48966: [Support] Make support types more easily printable.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 10:03:07 PDT 2018
zturner accepted this revision.
zturner added inline comments.
This revision is now accepted and ready to land.
================
Comment at: unittests/Support/ErrorTest.cpp:733
+ S << E1;
+ EXPECT_EQ("CustomError { 0}", S.str());
+ consumeError(std::move(E1));
----------------
Is the space supposed to be before the 0?
Repository:
rL LLVM
https://reviews.llvm.org/D48966
More information about the llvm-commits
mailing list