mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-02 04:59:32 +01:00
Make TestRunInfo constexpr
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Catch {
|
||||
};
|
||||
|
||||
struct TestRunInfo {
|
||||
TestRunInfo(StringRef _name) : name(_name) {}
|
||||
constexpr TestRunInfo(StringRef _name) : name(_name) {}
|
||||
StringRef name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user