diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-23 20:16:47 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-23 20:16:47 +0000 |
commit | 5a4092f96da8ee676546eb76cfea0d2a119a021b (patch) | |
tree | 1c2744ba24607f526e985861f7698f47dcc2d439 /regress/usr.bin/xlint/test-2.c.exp | |
parent | 4a441ee2a14944453ba1ef83b2818ccb541e2c4d (diff) |
Update output format to reflect the fact that lint doesn't print out a
line with just the filename anymore.
Diffstat (limited to 'regress/usr.bin/xlint/test-2.c.exp')
-rw-r--r-- | regress/usr.bin/xlint/test-2.c.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/usr.bin/xlint/test-2.c.exp b/regress/usr.bin/xlint/test-2.c.exp index 0bf8578a941..8f0585de1b8 100644 --- a/regress/usr.bin/xlint/test-2.c.exp +++ b/regress/usr.bin/xlint/test-2.c.exp @@ -1,4 +1,3 @@ -test-2.c: test-2.c(17): warning: bitwise operation on signed value possibly nonportable test-2.c(22): warning: bitwise operation on signed value possibly nonportable test-2.c(22): warning: right shift of 8-bit quantity by 8 bits |