From d234143dad97b6ce0740f77c9f1b248edb1ed4bc Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Thu, 18 May 2023 12:04:34 -0700 Subject: [PATCH] Check for slightly different error msg in AppleClang 14.0.3 (#7582) * Check for slightly different error msg in AppleClang 14.0.3 * Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b00cf1402f26..8a57675729b2 100644 --- a/Makefile +++ b/Makefile @@ -2019,7 +2019,7 @@ performance_%: $(BIN_DIR)/performance_% error_%: $(BIN_DIR)/error_% @-mkdir -p $(TMP_DIR) - cd $(TMP_DIR) ; $(CURDIR)/$< 2>&1 | egrep --q "terminating with uncaught exception|^terminate called|^Error|Assertion.*failed" + cd $(TMP_DIR) ; $(CURDIR)/$< 2>&1 | egrep --q "terminating with uncaught exception|terminating due to uncaught exception|^terminate called|^Error|Assertion.*failed" @-echo warning_%: $(BIN_DIR)/warning_%