We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7231c commit 810fb81Copy full SHA for 810fb81
docs/reference/assertions.md
@@ -515,7 +515,7 @@ Verifies that *`expression`* is a success `HRESULT`.
515
### EXPECT_HRESULT_FAILED {#EXPECT_HRESULT_FAILED}
516
517
`EXPECT_HRESULT_FAILED(`*`expression`*`)` \
518
-`EXPECT_HRESULT_FAILED(`*`expression`*`)`
+`ASSERT_HRESULT_FAILED(`*`expression`*`)`
519
520
Verifies that *`expression`* is a failure `HRESULT`.
521
0 commit comments