logging: add a LogHandler registry to LoggerDB
[folly.git] / folly / test / ExceptionTest.cpp
index cc0378c9199d164ff1f6beb49bff1e33799daf17..11623addad1d4e1b37156775a76528f58c24eb9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,8 +22,6 @@
 #include <cstdio>
 #include <memory>
 
-#include <glog/logging.h>
-
 namespace folly { namespace test {
 
 #define EXPECT_SYSTEM_ERROR(statement, err, msg) \
@@ -92,4 +90,5 @@ TEST(ExceptionTest, Simple) {
                       EIO, "hello world");
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly