2
0
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:
Vladimir Prus
2008-11-22 10:24:19 +00:00
parent d0a1d0a7b6
commit 8b6c80a779

View File

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