From 5d147e125cea69e9a3b12f0ef64c64f42985c65e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 2 Aug 2013 17:35:59 +0200 Subject: Add a unary integer negation operator This allows saying "-1" instead of "builtins.sub 0 1". --- tests/lang/eval-okay-arithmetic.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lang/eval-okay-arithmetic.exp') diff --git a/tests/lang/eval-okay-arithmetic.exp b/tests/lang/eval-okay-arithmetic.exp index 861c12661..f625eb6ab 100644 --- a/tests/lang/eval-okay-arithmetic.exp +++ b/tests/lang/eval-okay-arithmetic.exp @@ -1 +1 @@ -1854 +1843 -- cgit v1.2.3