summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml
deleted file mode 100644
index 0a932f32..00000000
--- a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz44213.xaml
+++ /dev/null
@@ -1,12 +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" x:Class="Xamarin.Forms.Xaml.UnitTests.Bz44213">
- <Label x:Name="label">
- <Label.Text>
- <OnPlatform x:TypeArguments="BindingBase" Android="{Binding Bar}">
- <OnPlatform.iOS>
- <Binding Path="Foo"/>
- </OnPlatform.iOS>
- </OnPlatform>
- </Label.Text>
- </Label>
-</ContentPage>