summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/WixBuildTools.TestSupport/SucceededException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/SucceededException.cs b/src/internal/WixBuildTools.TestSupport/SucceededException.cs
index 00b31d68..704fba28 100644
--- a/src/internal/WixBuildTools.TestSupport/SucceededException.cs
+++ b/src/internal/WixBuildTools.TestSupport/SucceededException.cs
@@ -13,6 +13,7 @@ namespace WixBuildTools.TestSupport
13 "Message: {1}", 13 "Message: {1}",
14 hr, userMessage)) 14 hr, userMessage))
15 { 15 {
16 this.HResult = hr;
16 } 17 }
17 } 18 }
18} 19}