Skip to content

Commit 0bfeadb

Browse files
committed
C++: add .def to exception to test
1 parent 270df94 commit 0bfeadb

File tree

2 files changed

+4
-3
lines changed
  • cpp/ql/test/query-tests/jsf/4.06 Pre-Processing Directives/AV Rule 32

2 files changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#include "test.H"
2-
#include "test.xpm"
3-
#include "test2.c"
1+
#include "test.H" // GOOD
2+
#include "test.xpm" // GOOD
3+
#include "test2.c" // BAD
4+
#include "test.def" // GOOD

cpp/ql/test/query-tests/jsf/4.06 Pre-Processing Directives/AV Rule 32/test.def

Whitespace-only changes.

0 commit comments

Comments
 (0)