From 179487cda44f64026fded98404c1f607d98d9df1 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 19 Feb 2003 15:57:25 +0000 Subject: [PATCH] Undo previous commit, now that problem with Jam is fixed. [SVN r17535] --- new/assert.jam | 2 +- v2/util/assert.jam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/new/assert.jam b/new/assert.jam index 5e84ab475..24525d998 100644 --- a/new/assert.jam +++ b/new/assert.jam @@ -23,7 +23,7 @@ rule result ( expected * : rule-name args * : * ) module [ CALLER_MODULE ] { modules.poke assert : result - : [ $(2[1]) $(2[2-]) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; + : [ $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } if $(result) != $(expected) diff --git a/v2/util/assert.jam b/v2/util/assert.jam index 5e84ab475..24525d998 100644 --- a/v2/util/assert.jam +++ b/v2/util/assert.jam @@ -23,7 +23,7 @@ rule result ( expected * : rule-name args * : * ) module [ CALLER_MODULE ] { modules.poke assert : result - : [ $(2[1]) $(2[2-]) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; + : [ $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ; } if $(result) != $(expected)