diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2006-03-20 05:06:38 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2006-03-20 05:06:38 +0000 |
commit | 3952d1002ad14f0c04c5e6dd2c7c17ef5093c425 (patch) | |
tree | c52b0bf19cdc467f6a5baf47ac4f9adba48983c5 /regress/usr.bin/xlint/test-16.c.exp | |
parent | 7a6bb336cbb26a5fd00bf8e7fdefede6589479d9 (diff) |
Add a regression test for false positive with ((x == y) == z), fixed in
r1.31 of usr.bin/xlint/lint1/tree.c
Diffstat (limited to 'regress/usr.bin/xlint/test-16.c.exp')
-rw-r--r-- | regress/usr.bin/xlint/test-16.c.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/usr.bin/xlint/test-16.c.exp b/regress/usr.bin/xlint/test-16.c.exp new file mode 100644 index 00000000000..b591b702fb4 --- /dev/null +++ b/regress/usr.bin/xlint/test-16.c.exp @@ -0,0 +1 @@ +Lint pass2: |