X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FSynchronizedTestLib.h;h=ed4868f8b3ce967915bedc73e0fa860082ad8cf4;hb=ee1a988dbb1648c25d1cf1c40eafbf2e7bff81b4;hp=fe37f2040e1e061b87b0b9334ec54151006bcb10;hpb=50f4f92c284492f4bb87f3735c82e180a0e49327;p=folly.git diff --git a/folly/test/SynchronizedTestLib.h b/folly/test/SynchronizedTestLib.h index fe37f204..ed4868f8 100644 --- a/folly/test/SynchronizedTestLib.h +++ b/folly/test/SynchronizedTestLib.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2012-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ template void testConstCopy(); template void testInPlaceConstruction(); -} -} +} // namespace sync_tests +} // namespace folly #include