diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/d_fold_test.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/d_fold_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/usr.bin/xlint/lint1/d_fold_test.c b/tests/usr.bin/xlint/lint1/d_fold_test.c index 2b836085351..581cecd7db6 100644 --- a/tests/usr.bin/xlint/lint1/d_fold_test.c +++ b/tests/usr.bin/xlint/lint1/d_fold_test.c @@ -5,6 +5,8 @@ * truthiness, such as in the condition of an if statement. */ +/* lint1-extra-flags: -X 351 */ + struct s { int member; }; |
