summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared
diff options
context:
space:
mode:
authorAdrian Knight <adrianknight89@outlook.com>2017-02-20 12:10:47 -0600
committerRui Marinho <me@ruimarinho.net>2017-02-22 11:30:19 +0000
commit3c34aff76467cf6c903b13ab047049d2340e19ed (patch)
tree1029c83bb1d584d797f1b27131af408f606d9bdc /Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared
parent31eada25bd1fe732c0970a276f1f4fc0324b02c1 (diff)
downloadxamarin-forms-3c34aff76467cf6c903b13ab047049d2340e19ed.tar.gz
xamarin-forms-3c34aff76467cf6c903b13ab047049d2340e19ed.tar.bz2
xamarin-forms-3c34aff76467cf6c903b13ab047049d2340e19ed.zip
remove redundant declaration
Diffstat (limited to 'Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47923.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47923.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47923.cs
index 23a6d73a..abd3733b 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47923.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla47923.cs
@@ -7,12 +7,6 @@ using Xamarin.UITest;
using NUnit.Framework;
#endif
-// Apply the default category of "Issues" to all of the tests in this assembly
-// We use this as a catch-all for tests which haven't been individually categorized
-#if UITEST
-[assembly: NUnit.Framework.Category("Issues")]
-#endif
-
namespace Xamarin.Forms.Controls.Issues
{
[Preserve(AllMembers = true)]