revert test commit

This commit is contained in:
Denys Petrov 2021-08-10 19:19:27 +03:00
parent 497b1b95e6
commit 497b57ad0b
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ constexpr strong_ordering strong_ordering::less = {-1};
} // namespace std
void test() {
// No crash
// no crash
(void)(0 <=> 0);
}