revert test commit
This commit is contained in:
parent
497b1b95e6
commit
497b57ad0b
|
@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1};
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
void test() {
|
void test() {
|
||||||
// No crash
|
// no crash
|
||||||
(void)(0 <=> 0);
|
(void)(0 <=> 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue