Skip to content

Commit 7957444

Browse files
fix typo
1 parent 590dfca commit 7957444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cpp/autosar/test/rules/A1-1-2.2/Wcast-function-type.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// semmle-extractor-options: --clang -std=c++14 -Wcast-function-type
2-
// COMPLIAN
2+
// COMPLIANT
33

44
// NOTE: When tested with `codeql test run`, the test extractor provides `-w`
55
// which overrides `-Wcast-function-type` and causes this test case to be
@@ -11,4 +11,4 @@
1111
// is compliant.
1212
//
1313
// 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.
14+
// .expected.gcc and .expected.clang files expect this test to be compliant.

0 commit comments

Comments
 (0)