summaryrefslogtreecommitdiff
path: root/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-11-08 14:58:05 -0800
committerRob Mensching <rob@firegiant.com>2022-11-08 16:20:25 -0800
commitc843b47d6233153fa961c6d0e61edf7cedf255bb (patch)
tree9eae6badd42d3badb8665b7414b4d44ca48d6ae1 /src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp
parent7e498d6348c26583972ea1cdf7d51dadc8f5b792 (diff)
downloadwix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.gz
wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.tar.bz2
wix-c843b47d6233153fa961c6d0e61edf7cedf255bb.zip
Separate WixInternal content from official WixToolset namespace
Diffstat (limited to 'src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp')
-rw-r--r--src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp b/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp
index 9920564e..2ae539ee 100644
--- a/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp
+++ b/src/api/burn/test/BalUtilUnitTest/BAFunctionsTests.cpp
@@ -4,8 +4,8 @@
4 4
5using namespace System; 5using namespace System;
6using namespace Xunit; 6using namespace Xunit;
7using namespace WixBuildTools::TestSupport; 7using namespace WixInternal::TestSupport;
8using namespace WixBuildTools::TestSupport::XunitExtensions; 8using namespace WixInternal::TestSupport::XunitExtensions;
9 9
10namespace BalUtilTests 10namespace BalUtilTests
11{ 11{