mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Testing tab fixup.
This commit is contained in:
parent
006721ce8a
commit
c6a2f8c086
@ -751,11 +751,11 @@ SUITE(array_view_tests)
|
|||||||
TEST(empty_arrays)
|
TEST(empty_arrays)
|
||||||
{
|
{
|
||||||
#ifdef CONFIRM_COMPILATION_ERRORS
|
#ifdef CONFIRM_COMPILATION_ERRORS
|
||||||
{
|
{
|
||||||
array_view<int, 1> empty;
|
array_view<int, 1> empty;
|
||||||
strided_array_view<int, 2> empty2;
|
strided_array_view<int, 2> empty2;
|
||||||
strided_array_view<int, 1> empty3{ nullptr,{ 0, 1 } };
|
strided_array_view<int, 1> empty3{ nullptr,{ 0, 1 } };
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
array_view<int, 0> empty_av(nullptr);
|
array_view<int, 0> empty_av(nullptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user