mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Add a . to a test message to match the logging API change in this PR.
This commit is contained in:
@@ -8,5 +8,6 @@ static codeql::Logger& logger() {
|
||||
}
|
||||
|
||||
int main() {
|
||||
CODEQL_ASSERT(false, "Format the int {} and string {} if this assertion fails", 1234, "myString");
|
||||
CODEQL_ASSERT(false, "Format the int {} and string {} if this assertion fails.", 1234,
|
||||
"myString");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user