aboutsummaryrefslogtreecommitdiff
path: root/src/test/DUtilUnitTest/NativeAssert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/DUtilUnitTest/NativeAssert.h')
-rw-r--r--src/test/DUtilUnitTest/NativeAssert.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/DUtilUnitTest/NativeAssert.h b/src/test/DUtilUnitTest/NativeAssert.h
index b10910c0..34af4f34 100644
--- a/src/test/DUtilUnitTest/NativeAssert.h
+++ b/src/test/DUtilUnitTest/NativeAssert.h
@@ -2,7 +2,8 @@
2// 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// 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.
3 3
4 4
5namespace WixTest { 5namespace WixBuildTools {
6namespace TestSupport {
6 7
7 using namespace System; 8 using namespace System;
8 using namespace System::Collections::Generic; 9 using namespace System::Collections::Generic;
@@ -81,3 +82,4 @@ namespace WixTest {
81 } 82 }
82 }; 83 };
83} 84}
85}