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 4b821be commit aa94583Copy full SHA for aa94583
cpp/autosar/test/rules/A1-1-2.2/Wcast-function-type.cpp
@@ -1,5 +1,5 @@
1
// semmle-extractor-options: --clang -std=c++14 -Wcast-function-type
2
-// COMPLIAN
+// COMPLIANT
3
4
// NOTE: When tested with `codeql test run`, the test extractor provides `-w`
5
// which overrides `-Wcast-function-type` and causes this test case to be
@@ -11,4 +11,4 @@
11
// is compliant.
12
//
13
// Therefore, the .expected file for this test expects non-compliance, and the
14
-// .expected.gcc and .expected.clang files expect this test to be compliant.
+// .expected.gcc and .expected.clang files expect this test to be compliant.
0 commit comments