diff options
Diffstat (limited to 'llvm/unittests/Analysis/LazyCallGraphTest.cpp')
-rw-r--r-- | llvm/unittests/Analysis/LazyCallGraphTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Analysis/LazyCallGraphTest.cpp b/llvm/unittests/Analysis/LazyCallGraphTest.cpp index 6cfc01e..6ca233a 100644 --- a/llvm/unittests/Analysis/LazyCallGraphTest.cpp +++ b/llvm/unittests/Analysis/LazyCallGraphTest.cpp @@ -34,7 +34,7 @@ std::unique_ptr<Module> parseAssembly(LLVMContext &Context, // A failure here means that the test itself is buggy. if (!M) - report_fatal_error(OS.str().c_str()); + report_fatal_error(ErrMsg.c_str()); return M; } |