From a150aaa4ed355e88834877c9f39eadd4526e3b8f Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Thu, 29 Oct 2020 17:38:48 -0700 Subject: renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) Header rename --- tests/algorithm_tests.cpp | 2 +- tests/assertion_tests.cpp | 2 +- tests/at_tests.cpp | 2 +- tests/byte_tests.cpp | 2 +- tests/multi_span_tests.cpp | 4 ++-- tests/span_compatibility_tests.cpp | 2 +- tests/span_ext_tests.cpp | 2 +- tests/span_tests.cpp | 4 ++-- tests/strided_span_tests.cpp | 4 ++-- tests/string_span_tests.cpp | 2 +- tests/utils_tests.cpp | 4 ++-- 11 files changed, 15 insertions(+), 15 deletions(-) (limited to 'tests') diff --git a/tests/algorithm_tests.cpp b/tests/algorithm_tests.cpp index ec9b2d1..0f209ac 100644 --- a/tests/algorithm_tests.cpp +++ b/tests/algorithm_tests.cpp @@ -15,7 +15,7 @@ /////////////////////////////////////////////////////////////////////////////// #include -#include // for copy +#include // for copy #include // for span #include // for array #include // for size_t diff --git a/tests/assertion_tests.cpp b/tests/assertion_tests.cpp index c45b00c..6b5fb0b 100644 --- a/tests/assertion_tests.cpp +++ b/tests/assertion_tests.cpp @@ -15,7 +15,7 @@ /////////////////////////////////////////////////////////////////////////////// #include -#include // for fail_fast (ptr only), Ensures, Expects +#include // for fail_fast (ptr only), Ensures, Expects using namespace gsl; diff --git a/tests/at_tests.cpp b/tests/at_tests.cpp index be2c7b8..1285139 100644 --- a/tests/at_tests.cpp +++ b/tests/at_tests.cpp @@ -16,7 +16,7 @@ #include -#include // for at +#include // for at #include // for array #include // for size_t diff --git a/tests/byte_tests.cpp b/tests/byte_tests.cpp index f2850ad..2a86cac 100644 --- a/tests/byte_tests.cpp +++ b/tests/byte_tests.cpp @@ -16,7 +16,7 @@ #include -#include // for to_byte, to_integer, byte, operator&, ope... +#include // for to_byte, to_integer, byte, operator&, ope... using namespace std; using namespace gsl; diff --git a/tests/multi_span_tests.cpp b/tests/multi_span_tests.cpp index 32dbf94..9f93315 100644 --- a/tests/multi_span_tests.cpp +++ b/tests/multi_span_tests.cpp @@ -16,8 +16,8 @@ #include -#include // for byte -#include // for narrow_cast +#include // for byte +#include // for narrow_cast #include // for multi_span, contiguous_span_iterator, dim #include // for fill, for_each diff --git a/tests/span_compatibility_tests.cpp b/tests/span_compatibility_tests.cpp index 5035687..361db84 100644 --- a/tests/span_compatibility_tests.cpp +++ b/tests/span_compatibility_tests.cpp @@ -16,7 +16,7 @@ #include -#include // for byte +#include // for byte #include // for span, span_iterator, operator==, operator!= #include // for array diff --git a/tests/span_ext_tests.cpp b/tests/span_ext_tests.cpp index d413e03..4f07188 100644 --- a/tests/span_ext_tests.cpp +++ b/tests/span_ext_tests.cpp @@ -16,7 +16,7 @@ #include -#include // for narrow_cast, at +#include // for narrow_cast, at #include // for operator==, operator!=, make_span #include // for array diff --git a/tests/span_tests.cpp b/tests/span_tests.cpp index 6caaeea..b845d07 100644 --- a/tests/span_tests.cpp +++ b/tests/span_tests.cpp @@ -16,8 +16,8 @@ #include -#include // for byte -#include // for narrow_cast, at +#include // for byte +#include // for narrow_cast, at #include // for span, span_iterator, operator==, operator!= #include // for array diff --git a/tests/strided_span_tests.cpp b/tests/strided_span_tests.cpp index 5a18f1b..67b23eb 100644 --- a/tests/strided_span_tests.cpp +++ b/tests/strided_span_tests.cpp @@ -15,8 +15,8 @@ /////////////////////////////////////////////////////////////////////////////// #include -#include // for byte -#include // for narrow_cast +#include // for byte +#include // for narrow_cast #include // for strided_span, index, multi_span, strided_... #include // for size_t diff --git a/tests/string_span_tests.cpp b/tests/string_span_tests.cpp index 7a9f7fb..3c919d0 100644 --- a/tests/string_span_tests.cpp +++ b/tests/string_span_tests.cpp @@ -16,7 +16,7 @@ #include -#include // for Expects, fail_fast (ptr only) +#include // for Expects, fail_fast (ptr only) #include // for owner #include // for span, dynamic_extent #include // for basic_string_span, operator==, ensure_z diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp index 430788e..74dc990 100644 --- a/tests/utils_tests.cpp +++ b/tests/utils_tests.cpp @@ -16,8 +16,8 @@ #include -#include // finally, narrow_cast -#include // for narrow, narrowing_error +#include // finally, narrow_cast +#include // for narrow, narrowing_error #include // for move #include // for reference_wrapper, _Bind_helper<>::type #include // for numeric_limits -- cgit v1.2.3