Remove Stream
[folly.git] / folly / experimental / exception_tracer / ExceptionTracerTest.cpp
index 4427c87060917cf4a3388e5aac412b8922af5b5b..1d5d27ddf129993572d9b71cc3ac2a38d299c800 100644 (file)
@@ -25,7 +25,7 @@ void bar() {
 
 void dumpExceptions(const char* prefix) {
   std::cerr << "--- " << prefix << "\n";
-  auto exceptions = exception_tracer::getCurrentExceptions();
+  auto exceptions = ::folly::exception_tracer::getCurrentExceptions();
   for (auto& exc : exceptions) {
     std::cerr << exc << "\n";
   }