This commit is contained in:
Stephane Delcroix 2018-11-07 11:17:50 +01:00
Родитель 03d00c5605
Коммит 3544bed1a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ namespace Xamarin.Forms.Xaml.UnitTests
[TestCase(true), TestCase(false)]
public void AvoidAmbiguousMatch(bool useCompiledXaml)
{
var layout = new Gh4215();
var layout = new Gh4215(useCompiledXaml);
Assert.DoesNotThrow(() => layout.BindingContext = new Gh4215VM());
Assert.That(layout.l0.Text, Is.EqualTo("foo"));
}