| 54 | } |
| 55 | |
| 56 | void compareFixitWithoutDescription(const ClangFixit& a, const ClangFixit& b) |
| 57 | { |
| 58 | QCOMPARE(a.replacementText, b.replacementText); |
| 59 | QCOMPARE(a.range, b.range); |
| 60 | QCOMPARE(a.currentText, b.currentText); |
| 61 | } |
| 62 | |
| 63 | void compareFixitsWithoutDescription(const ClangFixits& a, const ClangFixits& b) |
| 64 | { |
no outgoing calls
no test coverage detected