summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml b/Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml
deleted file mode 100644
index 7a1adf67..00000000
--- a/Xamarin.Forms.Xaml.UnitTests/Issues/Bz45891.xaml
+++ /dev/null
@@ -1,17 +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:sys="clr-namespace:System;assembly=mscorlib"
- xmlns:scg="clr-namespace:System.Collections.Generic;assembly=mscorlib"
- xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
- x:Class="Xamarin.Forms.Xaml.UnitTests.Bz45891">
- <local:Bz45891.List>
- <OnPlatform x:TypeArguments="scg:List(sys:String)">
- <OnPlatform.iOS>
- <scg:List x:TypeArguments="sys:String">
- <x:String>Foo</x:String>
- </scg:List>
- </OnPlatform.iOS>
- </OnPlatform>
- </local:Bz45891.List>
-</ContentPage> \ No newline at end of file