From 2675c1908cdac345511d22dcb69424188ad77b15 Mon Sep 17 00:00:00 2001 From: iamleeg Date: Tue, 5 Jun 2012 03:02:29 -0700 Subject: [PATCH] =?UTF-8?q?The=20=E2=80=A6NOTHROW()=20macros=20aren't=20ca?= =?UTF-8?q?lled=20=E2=80=A6NOTHROWS().?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assertion-Macros.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assertion-Macros.md b/Assertion-Macros.md index b707f50..96bb87c 100644 --- a/Assertion-Macros.md +++ b/Assertion-Macros.md @@ -30,8 +30,8 @@ Expects that an exception (of any type) is be thrown during evaluation of the ex **CHECK_THROWS_AS(** _expression_, _exception type_ **)** Excepts that an exception of the _specified type_ is thrown during evaluation of the expression. -**REQUIRE_NOTHROWS(** _expression_ **)** and -**CHECK_NOTHROWS(** _expression_ **)** +**REQUIRE_NOTHROW(** _expression_ **)** and +**CHECK_NOTHROW(** _expression_ **)** Excepts that no exception is thrown during evaluation of the expression. ## Matcher expressions