summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/ExitCodeTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/test/BurnUnitTest/ExitCodeTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/ExitCodeTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/ExitCodeTest.cpp b/src/burn/test/BurnUnitTest/ExitCodeTest.cpp
index d7d91d06..465ee04b 100644
--- a/src/burn/test/BurnUnitTest/ExitCodeTest.cpp
+++ b/src/burn/test/BurnUnitTest/ExitCodeTest.cpp
@@ -118,7 +118,7 @@ static void LoadEngineState(
118 // 118 //
119 LoadEngineState(&engineState); 119 LoadEngineState(&engineState);
120 120
121 hr = ElevationElevate(&engineState, NULL); 121 hr = ElevationElevate(&engineState, WM_BURN_ELEVATE, NULL);
122 TestThrowOnFailure(hr, L"Failed to elevate."); 122 TestThrowOnFailure(hr, L"Failed to elevate.");
123 123
124 for (DWORD i = 0; i < countof(rgExitCodeItems); ++i) 124 for (DWORD i = 0; i < countof(rgExitCodeItems); ++i)