mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Fix error message to match unit test's expectations
[SVN r49870]
This commit is contained in:
@@ -610,7 +610,7 @@ class property-map
|
||||
: $(match-ranks) ] ;
|
||||
if $(best[2])
|
||||
{
|
||||
errors.error "Ambiguous key" $(properties) ;
|
||||
errors.error "Ambiguous key $(properties:J= :E=)" ;
|
||||
}
|
||||
local original = $(self.value.$(best)) ;
|
||||
if $(value)
|
||||
|
||||
Reference in New Issue
Block a user