summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml
deleted file mode 100644
index fd0cfb4d..00000000
--- a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44216.xaml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
- x:Class="Xamarin.Forms.Xaml.UnitTests.Bz44216">
- <ContentPage.Behaviors>
- <local:Bz44216Behavior MinLengh="5" />
- </ContentPage.Behaviors>
-</ContentPage>