diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-11-29 15:06:32 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2017-11-29 15:06:32 +0000 |
commit | eca782104affe14ebf19c64af03880e02ea8eff7 (patch) | |
tree | 62c44d713db203cc96b7587abab1e5fe2761aa61 /regress/usr.bin | |
parent | f6042e95b28c75a11ea080a60bf884e561f27ddb (diff) |
zap untrue comment (since bcode.c 1.43)
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/dc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/dc/Makefile b/regress/usr.bin/dc/Makefile index e4a98d05280..b337c88b581 100644 --- a/regress/usr.bin/dc/Makefile +++ b/regress/usr.bin/dc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2017/07/06 21:33:45 bluhm Exp $ +# $OpenBSD: Makefile,v 1.20 2017/11/29 15:06:31 otto Exp $ DC?= dc DCFLAGS= -x @@ -11,7 +11,7 @@ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 \ # .in: input file # .out: desired result -# t1: basic operations, prints "dc: Runtime warning: non-zero scale in exponent" +# t1: basic operations # t2: factoring program # t3: string handling # t4: more string ops |