Skip to content

Commit 110b766

Browse files
committed
Swift: Add a . to a test message to match the logging API change in this PR.
1 parent 1e9b849 commit 110b766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/logging/tests/assertion-diagnostics/AssertFalse.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ static codeql::Logger& logger() {
88
}
99

1010
int main() {
11-
CODEQL_ASSERT(false, "Format the int {} and string {} if this assertion fails", 1234, "myString");
11+
CODEQL_ASSERT(false, "Format the int {} and string {} if this assertion fails.", 1234,
12+
"myString");
1213
}

0 commit comments

Comments
 (0)