mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix wrong types in multi_span_test for comparison operators.
This commit is contained in:
commit
e4de6cccdd
@ -959,8 +959,8 @@ SUITE(multi_span_tests)
|
||||
}
|
||||
|
||||
{
|
||||
auto s1 = nullptr;
|
||||
auto s2 = nullptr;
|
||||
multi_span<int> s1 = nullptr;
|
||||
multi_span<int> s2 = nullptr;
|
||||
CHECK(s1 == s2);
|
||||
CHECK(!(s1 != s2));
|
||||
CHECK(!(s1 < s2));
|
||||
|
Loading…
Reference in New Issue
Block a user