Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Sep 13, 2024
1 parent aacbf38 commit 83b86de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catch2/catch_test_case_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Catch {
return tcp != TestCaseProperties::None;
}

constexpr TestCaseProperties parseSpecialTag( StringRef tag ) {
TestCaseProperties parseSpecialTag( StringRef tag ) {
if( !tag.empty() && tag[0] == '.' )
return TestCaseProperties::IsHidden;
else if( tag == "!throws"_sr )
Expand Down

0 comments on commit 83b86de

Please sign in to comment.