Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-10-30 03:38:48 +0300
committerGitHub <noreply@github.com>2020-10-30 03:38:48 +0300
commita150aaa4ed355e88834877c9f39eadd4526e3b8f (patch)
tree44e9501ca637ff643f5a69c6bdcad49aa6abf5ca /tests/at_tests.cpp
parente8978c01abe375ec2f704411fdab02401ea63ae5 (diff)
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
Diffstat (limited to 'tests/at_tests.cpp')
-rw-r--r--tests/at_tests.cpp2
1 files changed, 1 insertions, 1 deletions
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 <gtest/gtest.h>
-#include <gsl/gsl_util> // for at
+#include <gsl/util> // for at
#include <array> // for array
#include <cstddef> // for size_t