fix build
authorStephane Delcroix <stephane@delcroix.org>
Fri, 2 Dec 2016 21:01:57 +0000 (22:01 +0100)
committerStephane Delcroix <stephane@delcroix.org>
Fri, 2 Dec 2016 21:02:22 +0000 (22:02 +0100)
Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml.cs

index a661e3d..60c61b7 100644 (file)
@@ -52,12 +52,10 @@ namespace Xamarin.Forms.Xaml.UnitTests
                        [TestCase(false)]
                        public void IValueConverterOnBindings(bool useCompiledXaml)
                        {
-                               if (useCompiledXaml)
-                                       MockCompiler.Compile(typeof(Bz47703));
                                var page = new Bz47703(useCompiledXaml);
                                page.BindingContext = new { Name = "Foo" };
                                Assert.AreEqual("Label:Foo", page.view.Text);
                        }
                }
        }
-}
\ No newline at end of file
+}