From 21156e062714033c26b5426b30f3bf546ac76273 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Wed, 14 Jul 2021 12:09:18 -0400 Subject: [PATCH] Move tests to their correct location. --- .../CoreWlan/CWKeychainTests.cs | 2 +- tests/xammac_tests/xammac_tests.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename tests/{xammac_tests => monotouch-test}/CoreWlan/CWKeychainTests.cs (99%) diff --git a/tests/xammac_tests/CoreWlan/CWKeychainTests.cs b/tests/monotouch-test/CoreWlan/CWKeychainTests.cs similarity index 99% rename from tests/xammac_tests/CoreWlan/CWKeychainTests.cs rename to tests/monotouch-test/CoreWlan/CWKeychainTests.cs index 1ffa4d634eb5..46f907f5e283 100644 --- a/tests/xammac_tests/CoreWlan/CWKeychainTests.cs +++ b/tests/monotouch-test/CoreWlan/CWKeychainTests.cs @@ -1,4 +1,4 @@ -#if !__WATCHOS__ +#if MONOMAC using System; using System.Drawing; diff --git a/tests/xammac_tests/xammac_tests.csproj b/tests/xammac_tests/xammac_tests.csproj index 3ce508880877..6e928c2e6fe2 100644 --- a/tests/xammac_tests/xammac_tests.csproj +++ b/tests/xammac_tests/xammac_tests.csproj @@ -268,7 +268,6 @@ -