aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/VariantTest.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
committerBob Arnson <github@bobs.org>2026-02-05 15:58:18 -0500
commitc258b72508f1b25a56e5d3ee3df08650ba1cbe36 (patch)
tree0d5eaf7d732d4a6cb5abe663d2644447c9072220 /src/burn/test/BurnUnitTest/VariantTest.cpp
parenta3d3963f806117ce123d95e8b77e73e1c1545b25 (diff)
downloadwix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.gz
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.bz2
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.zip
Support dual-purpose packages in Burn.
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/test/BurnUnitTest/VariantTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/VariantTest.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/burn/test/BurnUnitTest/VariantTest.cpp b/src/burn/test/BurnUnitTest/VariantTest.cpp
index 035864cf..8dd44a5d 100644
--- a/src/burn/test/BurnUnitTest/VariantTest.cpp
+++ b/src/burn/test/BurnUnitTest/VariantTest.cpp
@@ -2,11 +2,7 @@
2 2
3#include "precomp.h" 3#include "precomp.h"
4 4
5namespace Microsoft 5namespace WixToolset
6{
7namespace Tools
8{
9namespace WindowsInstallerXml
10{ 6{
11namespace Test 7namespace Test
12{ 8{
@@ -215,5 +211,3 @@ namespace Bootstrapper
215} 211}
216} 212}
217} 213}
218}
219}