2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Undo previous commit, now that problem with Jam is fixed.

[SVN r17535]
This commit is contained in:
Vladimir Prus
2003-02-19 15:57:25 +00:00
parent a87218a905
commit 179487cda4
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)