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 | |
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')
-rw-r--r-- | regress/usr.bin/xlint/test-1.c.exp | 1 | ||||
-rw-r--r-- | regress/usr.bin/xlint/test-2.c.exp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/regress/usr.bin/xlint/test-1.c.exp b/regress/usr.bin/xlint/test-1.c.exp index b16f48aa242..10135079e53 100644 --- a/regress/usr.bin/xlint/test-1.c.exp +++ b/regress/usr.bin/xlint/test-1.c.exp @@ -1,4 +1,3 @@ -test-1.c: test-1.c(10): warning: argument unused unused in function unusedargs lint: cannot find llib-lc.ln Lint pass2: 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 |