Skip to content

Commit 8592c75

Browse files
committed
Fix IDE warning
1 parent 91a37e6 commit 8592c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Adapter/MSTest.PlatformServices/Services/SettingsProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

4+
#if !WINDOWS_UWP
45
using Microsoft.VisualStudio.TestPlatform.MSTestAdapter;
6+
#endif
57

68
using MSTest.PlatformServices.Interface;
79

0 commit comments

Comments
 (0)