Skip to content

Commit c764b69

Browse files
committed
made TestFixture::SettingsBuilder::REDUNDANT_CHECK a constexpr
1 parent ea7ba72 commit c764b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class TestFixture : public ErrorLogger {
252252
const TestFixture &fixture;
253253
Settings settings;
254254

255-
const bool REDUNDANT_CHECK = false;
255+
static constexpr bool REDUNDANT_CHECK = false;
256256
};
257257

258258
SettingsBuilder settingsBuilder() const {

0 commit comments

Comments
 (0)