Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRFairhurst committed Sep 20, 2024
1 parent 4b821be commit aa94583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/autosar/test/rules/A1-1-2.2/Wcast-function-type.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// semmle-extractor-options: --clang -std=c++14 -Wcast-function-type
// COMPLIAN
// COMPLIANT

// NOTE: When tested with `codeql test run`, the test extractor provides `-w`
// which overrides `-Wcast-function-type` and causes this test case to be
Expand All @@ -11,4 +11,4 @@
// is compliant.
//
// Therefore, the .expected file for this test expects non-compliance, and the
// .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 comments on commit aa94583

Please sign in to comment.