Skip to content

Commit c57c027

Browse files
committed
C++: Make the padding test independent of the predefined_macros file
The padding test is the only test that currently depends on the contents of the `predefined_macros` flile that we ship with CodeQL for use with the CodeQL tests. Explicitly specifying `__x86_64` makes the test independent of the contents of the file.
1 parent d88c498 commit c57c027

File tree

1 file changed

+1
-0
lines changed
  • cpp/ql/test/library-tests/padding

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: -D__x86_64=1

0 commit comments

Comments
 (0)