From 51e345da33505616db9804d98145a33f5eaf930c Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Wed, 21 Jun 2017 11:22:23 -0700 Subject: [PATCH] Shift the exception tracer benchmark and test into the test directory Summary: Tests and benchmarks don't belong in the same directory as source code. Reviewed By: yfeldblum Differential Revision: D5288080 fbshipit-source-id: 865c6dfbeff751bda49870e5284e168d33aff256 --- .../exception_tracer/{ => test}/ExceptionTracerBenchmark.cpp | 0 .../exception_tracer/{ => test}/ExceptionTracerTest.cpp | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename folly/experimental/exception_tracer/{ => test}/ExceptionTracerBenchmark.cpp (100%) rename folly/experimental/exception_tracer/{ => test}/ExceptionTracerTest.cpp (98%) diff --git a/folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp b/folly/experimental/exception_tracer/test/ExceptionTracerBenchmark.cpp similarity index 100% rename from folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp rename to folly/experimental/exception_tracer/test/ExceptionTracerBenchmark.cpp diff --git a/folly/experimental/exception_tracer/ExceptionTracerTest.cpp b/folly/experimental/exception_tracer/test/ExceptionTracerTest.cpp similarity index 98% rename from folly/experimental/exception_tracer/ExceptionTracerTest.cpp rename to folly/experimental/exception_tracer/test/ExceptionTracerTest.cpp index f6366929..e0fe233a 100644 --- a/folly/experimental/exception_tracer/ExceptionTracerTest.cpp +++ b/folly/experimental/exception_tracer/test/ExceptionTracerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2017-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. @@ -13,8 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - - #include #include -- 2.34.1