From 92f93f2398f4e8be414b09fca28713e41b93eaf7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 27 Mar 2002 22:45:13 +0000 Subject: [PATCH] bug fix [SVN r13289] --- new/assert.jam | 5 ++--- v2/util/assert.jam | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/new/assert.jam b/new/assert.jam index 8780adfb0..b351e5e7f 100644 --- a/new/assert.jam +++ b/new/assert.jam @@ -22,7 +22,6 @@ rule result ( expected * : rule-name args * : * ) local result__ ; module [ CALLER_MODULE ] { - ECHO "asserting" $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; modules.poke assert : result__ : [ $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } @@ -56,7 +55,7 @@ rule true ( rule-name args * : * ) module [ CALLER_MODULE ] { result__ = [ - $(rule-name) $(args) : $(2) $(3) : $(4) + $(1) : $(2) $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } @@ -78,7 +77,7 @@ rule false ( rule-name args * : * ) module [ CALLER_MODULE ] { result__ = [ - $(rule-name) $(args) : $(2) $(3) : $(4) + $(1) : $(2) $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } diff --git a/v2/util/assert.jam b/v2/util/assert.jam index 8780adfb0..b351e5e7f 100644 --- a/v2/util/assert.jam +++ b/v2/util/assert.jam @@ -22,7 +22,6 @@ rule result ( expected * : rule-name args * : * ) local result__ ; module [ CALLER_MODULE ] { - ECHO "asserting" $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; modules.poke assert : result__ : [ $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } @@ -56,7 +55,7 @@ rule true ( rule-name args * : * ) module [ CALLER_MODULE ] { result__ = [ - $(rule-name) $(args) : $(2) $(3) : $(4) + $(1) : $(2) $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } @@ -78,7 +77,7 @@ rule false ( rule-name args * : * ) module [ CALLER_MODULE ] { result__ = [ - $(rule-name) $(args) : $(2) $(3) : $(4) + $(1) : $(2) $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; }