fix macro syntax in doc

This commit is contained in:
Zhihao Yuan 2014-05-28 18:27:34 -04:00
parent 338534491a
commit a9cd3a0ef8
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ REQUIRE_FALSE( thisReturnsFalse() );
Expects that an exception (of any type) is be thrown during evaluation of the expression. Expects that an exception (of any type) is be thrown during evaluation of the expression.
* **REQUIRE_THROWS_AS(** _expression_ and _exception type_ **)** and * **REQUIRE_THROWS_AS(** _expression_, _exception type_ **)** and
* **CHECK_THROWS_AS(** _expression_, _exception type_ **)** * **CHECK_THROWS_AS(** _expression_, _exception type_ **)**
Expects that an exception of the _specified type_ is thrown during evaluation of the expression. Expects that an exception of the _specified type_ is thrown during evaluation of the expression.