diff --git a/cmake/Assertion.cmake b/cmake/Assertion.cmake index 56e6a49..b438ec6 100644 --- a/cmake/Assertion.cmake +++ b/cmake/Assertion.cmake @@ -358,7 +358,7 @@ endfunction() # # assert_call( # [CALL] [...] -# EXPECT_FATAL_ERROR [MATCHES|STREQUAL] ...) +# EXPECT_ERROR [MATCHES|STREQUAL] ...) # # This function performs an assertion on the function or macro named # ``, called with the specified ``. It currently only allows