summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint/test-5.c.exp
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2005-12-10 19:20:22 +0000
committerChad Loder <cloder@cvs.openbsd.org>2005-12-10 19:20:22 +0000
commitad7aea9b08f28848d4f3a3931b851a6144a9df9a (patch)
tree6d687bca902024df433d95f81f32f959376c6a4c /regress/usr.bin/xlint/test-5.c.exp
parentae69796dac1fb78e43052e2a7fdc3c552e2a5a09 (diff)
Match new lint warning and error format (similar to gcc's format).
Diffstat (limited to 'regress/usr.bin/xlint/test-5.c.exp')
-rw-r--r--regress/usr.bin/xlint/test-5.c.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/xlint/test-5.c.exp b/regress/usr.bin/xlint/test-5.c.exp
index 143e0c4e9c1..73cb7cc7cb1 100644
--- a/regress/usr.bin/xlint/test-5.c.exp
+++ b/regress/usr.bin/xlint/test-5.c.exp
@@ -1,5 +1,5 @@
-test-5.c(34): warning: conversion to 'unsigned long long' due to prototype, arg #1
-test-5.c(35): warning: conversion of 'long long' to 'int' is out of range, arg #1
-test-5.c(36): warning: conversion to 'unsigned int' due to prototype, arg #1
-test-5.c(36): warning: conversion of negative constant to unsigned type, arg #1
+test-5.c:34: warning: conversion to 'unsigned long long' due to prototype, arg #1
+test-5.c:35: warning: conversion of 'long long' to 'int' is out of range, arg #1
+test-5.c:36: warning: conversion to 'unsigned int' due to prototype, arg #1
+test-5.c:36: warning: conversion of negative constant to unsigned type, arg #1
Lint pass2: