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.
2 parents 555486f + 810fb81 commit 2d4f208Copy full SHA for 2d4f208
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