mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
fix wrong types in multi_span_test (<comparison_operators>)
This commit is contained in:
parent
8361aae39e
commit
95f465aeca
@ -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