summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/usr.bin/xlint/test-1.c.exp1
-rw-r--r--regress/usr.bin/xlint/test-2.c.exp1
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