Skip to content

Commit 44a45b7

Browse files
committed
Fixup regex for mac
1 parent f672db5 commit 44a45b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExtraTests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ add_test(NAME MixingClearedAndUnclearedMessages
186186
-r compact)
187187
set_tests_properties(MixingClearedAndUnclearedMessages
188188
PROPERTIES
189-
PASS_REGULAR_EXPRESSION " failed: false with 1 message: 'b'"
189+
PASS_REGULAR_EXPRESSION ": false with 1 message: 'b'"
190190
)
191191

192192
add_executable(FallbackStringifier ${TESTS_DIR}/X10-FallbackStringifier.cpp)

0 commit comments

Comments
 (0)