================
@@ -127,11 +127,6 @@ class JSONFormatTest : public ::testing::Test {
     OS.close();
 
     auto Result = JSONFormat(vfs::getRealFileSystem()).readTUSummary(FilePath);
-    if (!Result) {
-      std::string Message = llvm::toString(Result.takeError());
-      llvm::outs() << Message << "\n\n";
-      return {llvm::createStringError(std::move(Message))};
-    }
     return Result;
----------------
aviralg wrote:

Sure. Removed!

https://github.com/llvm/llvm-project/pull/180021
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to