klimek added inline comments. ================ Comment at: unittests/Format/CleanupTest.cpp:258 @@ +257,3 @@ + auto CleanReplaces = cleanupAroundReplacements(Code, Replaces, Style); + EXPECT_TRUE((bool)CleanReplaces) + << llvm::toString(CleanReplaces.takeError()) << "\n"; ---------------- Hm. Can we make it work with EXPECT_TRUE somehow?
http://reviews.llvm.org/D21601 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits