We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent 1e9b849 commit 110b766Copy full SHA for 110b766
swift/logging/tests/assertion-diagnostics/AssertFalse.cpp
@@ -8,5 +8,6 @@ static codeql::Logger& logger() {
8
}
9
10
int main() {
11
- 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,
12
+ "myString");
13
0 commit comments