diff --git a/tests/monotouch-test/Intents/INIntentResolutionResultTests.cs b/tests/monotouch-test/Intents/INIntentResolutionResultTests.cs index e01613f124..296eca19e7 100644 --- a/tests/monotouch-test/Intents/INIntentResolutionResultTests.cs +++ b/tests/monotouch-test/Intents/INIntentResolutionResultTests.cs @@ -8,7 +8,7 @@ // Copyright 2016 Xamarin Inc. All rights reserved. // -#if !__TVOS__ && XAMCORE_2_0 +#if !__TVOS__ && XAMCORE_2_0 && !MONOMAC using System; using NUnit.Framework;