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 0f632e30..d8c7d2ce 100644
--- a/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
+++ b/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
@@ -300,10 +300,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);