summaryrefslogtreecommitdiffstats
path: root/bin/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test/test.c')
-rw-r--r--bin/test/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index b34fdb1..896d8d0 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: test.c,v 1.11 1995/05/30 00:07:29 rgrimes Exp $
+ * $Id: test.c,v 1.12 1995/10/28 11:54:42 ache Exp $
*/
#ifndef lint
@@ -578,12 +578,12 @@ static void
syntax()
{
- err(2, "syntax error");
+ errx(2, "syntax error");
}
static void
overflow()
{
- err(2, "expression is too complex");
+ errx(2, "expression is too complex");
}
OpenPOWER on IntegriCloud