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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user