Copyright 2014->2015
[folly.git] / folly / test / SafeAssertTest.cpp
index db075411a847b5c1cb87ec205f0cf2a19c3dad78..16a56eb5678c48080647440082dd8bf1dc0c0b05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -35,4 +35,3 @@ TEST(SafeAssert, AssertionFailure) {
   succeed();
   EXPECT_DEATH(fail(), ".*Assertion failure:.*hello.*");
 }
-