mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-30 02:37:37 +02: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