Skip to content

Commit 628a825

Browse files
committed
Fixup regex for tests
1 parent 9f0120a commit 628a825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ExtraTests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ target_compile_definitions(DeferredStaticChecks PRIVATE "CATCH_CONFIG_RUNTIME_ST
174174
add_test(NAME DeferredStaticChecks COMMAND DeferredStaticChecks -r compact)
175175
set_tests_properties(DeferredStaticChecks
176176
PROPERTIES
177-
PASS_REGULAR_EXPRESSION "test cases: 1 \\| 1 failed\nassertions: 4 \\| 4 failed"
177+
PASS_REGULAR_EXPRESSION "test cases: 1 \\| 1 failed\nassertions: 3 \\| 3 failed;test cases: 1 \\| 1 failed\nassertions: 4 \\| 4 failed"
178178
)
179179

180180
add_executable(MixingClearedAndUnclearedMessages ${TESTS_DIR}/X06-MixingClearedAndUnclearedMessages.cpp)

0 commit comments

Comments
 (0)