| 8533 | } |
| 8534 | |
| 8535 | void simplifySpaceshipOperator() { |
| 8536 | const Settings settings = settingsBuilder().cpp(Standards::CPP20).build(); |
| 8537 | |
| 8538 | ASSERT_EQUALS("; x <=> y ;", tokenizeAndStringify(";x<=>y;", settings)); |
| 8539 | } |
| 8540 | |
| 8541 | void simplifyIfSwitchForInit1() { |
| 8542 | const Settings settings = settingsBuilder().cpp(Standards::CPP17).build(); |