Add test scaffolding
This commit is contained in:
@@ -149,3 +149,7 @@ ConflictSet &ConflictSet::operator=(ConflictSet &&other) noexcept {
|
||||
impl = std::exchange(other.impl, nullptr);
|
||||
return *this;
|
||||
}
|
||||
|
||||
#ifdef ENABLE_TESTS
|
||||
int main(void) { ConflictSet cs{0}; }
|
||||
#endif
|
Reference in New Issue
Block a user