summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-06-01 09:12:00 +0200
committerStephane Delcroix <stephane@delcroix.org>2017-06-01 09:21:55 +0200
commitd964b8336d863501f9810773f181419b5458447b (patch)
treefaa65834a8979d730c5dfdbd5f9958aaf54b4550 /Xamarin.Forms.Xaml.UnitTests
parentd29be8e9ae44e35cd3f1caec41d1c737a70dabdb (diff)
downloadxamarin-forms-d964b8336d863501f9810773f181419b5458447b.tar.gz
xamarin-forms-d964b8336d863501f9810773f181419b5458447b.tar.bz2
xamarin-forms-d964b8336d863501f9810773f181419b5458447b.zip
[previewer] make sure we do not crash even if the previewer doesn't s… (#946)
* [previewer] make sure we do not crash even if the previewer doesn't sets the flag * make the tests pass
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/XamlLoaderGetXamlForTypeTests.xaml.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/XamlLoaderGetXamlForTypeTests.xaml.cs b/Xamarin.Forms.Xaml.UnitTests/XamlLoaderGetXamlForTypeTests.xaml.cs
index dcffb3c5..cd7913ce 100644
--- a/Xamarin.Forms.Xaml.UnitTests/XamlLoaderGetXamlForTypeTests.xaml.cs
+++ b/Xamarin.Forms.Xaml.UnitTests/XamlLoaderGetXamlForTypeTests.xaml.cs
@@ -28,7 +28,6 @@ namespace Xamarin.Forms.Xaml.UnitTests
#pragma warning disable 0618
Xamarin.Forms.Xaml.Internals.XamlLoader.XamlFileProvider = null;
#pragma warning restore 0618
-
}
[TestCase(false)]