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
path: root/tests
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2020-05-27 01:14:08 +0300
committerGitHub <noreply@github.com>2020-05-27 01:14:08 +0300
commit0dbdf322facde270713f549bdb669eb29a6ba1e6 (patch)
tree2ece4510443c70e6851d7d0ea5ad744fd51c3c46 /tests
parent283e31478fc27cd130959a346f18fc2894dca798 (diff)
parent34750814fb8c2252a60b42f657dc29d7ca075221 (diff)
Merge pull request #886 from JordanMaples/dev/jomaples/build_matrix
compiler support revision
Diffstat (limited to 'tests')
-rw-r--r--tests/utils_tests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp
index f6d9fd7..ac83e2d 100644
--- a/tests/utils_tests.cpp
+++ b/tests/utils_tests.cpp
@@ -122,8 +122,4 @@ TEST(utils_tests, narrow)
n = -42;
EXPECT_THROW(narrow<unsigned>(n), narrowing_error);
-
-#if GSL_CONSTEXPR_NARROW
- static_assert(narrow<char>(120) == 120, "Fix GSL_CONSTEXPR_NARROW");
-#endif
}