aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-23 15:55:31 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-23 16:00:11 +1000
commit242d5201cb75c686f4cb86e521ed0d8c025c563b (patch)
tree25942975ec2609f22e3090fae3f8daf73df14356 /src/test
parent23f8f2d3b18f36478e0af9e72ec6fba3a200052d (diff)
downloadwix-242d5201cb75c686f4cb86e521ed0d8c025c563b.tar.gz
wix-242d5201cb75c686f4cb86e521ed0d8c025c563b.tar.bz2
wix-242d5201cb75c686f4cb86e521ed0d8c025c563b.zip
Update dependencies.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Util/UtilExtensionFixture.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
index b84e8b2d..c8ad24ad 100644
--- a/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
+++ b/src/test/WixToolsetTest.Util/UtilExtensionFixture.cs
@@ -158,7 +158,6 @@ namespace WixToolsetTest.Util
158 "-loc", Path.Combine(folder, "Bundle.en-us.wxl"), 158 "-loc", Path.Combine(folder, "Bundle.en-us.wxl"),
159 "-bindpath", Path.Combine(folder, "data"), 159 "-bindpath", Path.Combine(folder, "data"),
160 "-intermediateFolder", intermediateFolder, 160 "-intermediateFolder", intermediateFolder,
161 "-burnStub", burnStubPath,
162 "-o", bundlePath 161 "-o", bundlePath
163 }); 162 });
164 163