summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs b/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
index b6395a7f..499083aa 100644
--- a/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
+++ b/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
@@ -278,10 +278,6 @@ namespace Xamarin.Forms.Xaml.UnitTests
[TestCase(true)]
public void NonIntEnums(bool useCompiledXaml)
{
- if (useCompiledXaml) {
- MockCompiler.Compile(typeof(SetValue));
- return;
- }
var page = new SetValue(useCompiledXaml);
Assert.AreEqual(IntEnum.Foo, page.enums.IntEnum);
Assert.AreEqual(ByteEnum.Bar, page.enums.ByteEnum);