Skip to content

Commit 936118a

Browse files
committed
chore: Adjust for UWP
1 parent 3b6e512 commit 936118a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Uno.UI.RuntimeTests/MUX/Microsoft_UI_Xaml_Controls/ItemsView/ItemsViewTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
#if HAS_UNO_WINUI
2+
// Copyright (c) Microsoft Corporation. All rights reserved.
23
// Licensed under the MIT License. See LICENSE in the project root for license information.
34

45
using Common;
@@ -2192,3 +2193,4 @@ private void WaitForEvent(string logComment, EventWaitHandle eventWaitHandle)
21922193
}
21932194
}
21942195
}
2196+
#endif

0 commit comments

Comments
 (0)