X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FSafeAssertTest.cpp;h=16a56eb5678c48080647440082dd8bf1dc0c0b05;hp=db075411a847b5c1cb87ec205f0cf2a19c3dad78;hb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;hpb=ce64f0f685111ac24c7a321ea56d0c3524621df1 diff --git a/folly/test/SafeAssertTest.cpp b/folly/test/SafeAssertTest.cpp index db075411..16a56eb5 100644 --- a/folly/test/SafeAssertTest.cpp +++ b/folly/test/SafeAssertTest.cpp @@ -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.*"); } -