mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Fixed merge hiccup
This commit is contained in:
@@ -116,9 +116,6 @@ namespace Catch {
|
|||||||
bool empty() const {
|
bool empty() const {
|
||||||
return file.empty();
|
return file.empty();
|
||||||
}
|
}
|
||||||
bool empty() const {
|
|
||||||
return file.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string file;
|
std::string file;
|
||||||
std::size_t line;
|
std::size_t line;
|
||||||
|
Reference in New Issue
Block a user