summaryrefslogtreecommitdiff
path: root/buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp')
-rw-r--r--buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp b/buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp
index 834d2052a98..b45042b4b0f 100644
--- a/buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp
+++ b/buildscripts/tests/data/errorcodes/regex_matching/regex_matching.cpp
@@ -27,4 +27,8 @@ LOGV2_ERROR(25,
"more words");
LOGV2_ERROR(26,
"words",
- "comma, more words words words words words words words words words words words words "
+ "comma, more words words words words words words words words words words words words ");
+iassert(27, "words");
+iasserted(28, "words");
+iassertNoTrace(29, "words");
+iassertedNoTrace(30, "words");