diff options
Diffstat (limited to 'src/test/WixToolsetTest.Core.Native/MsmFixture.cs')
-rw-r--r-- | src/test/WixToolsetTest.Core.Native/MsmFixture.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/WixToolsetTest.Core.Native/MsmFixture.cs b/src/test/WixToolsetTest.Core.Native/MsmFixture.cs deleted file mode 100644 index 709d4b93..00000000 --- a/src/test/WixToolsetTest.Core.Native/MsmFixture.cs +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | namespace WixToolsetTest.CoreNative | ||
4 | { | ||
5 | using WixToolset.Core.Native.Msm; | ||
6 | using Xunit; | ||
7 | |||
8 | public class MsmFixture | ||
9 | { | ||
10 | [Fact] | ||
11 | public void CanCreateMsmInterface() | ||
12 | { | ||
13 | var merge = MsmInterop.GetMsmMerge(); | ||
14 | Assert.NotNull(merge); | ||
15 | } | ||
16 | } | ||
17 | } | ||