From b9c8842117ddaa0d70df4666d23ef729b4549b7f Mon Sep 17 00:00:00 2001 From: Jamie Seward Date: Wed, 25 Oct 2017 23:49:41 -0700 Subject: [PATCH] Add necessary LCOV_EXCL_LINE --- src/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp b/src/json.hpp index 6989f0c96..e9e750e16 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -534,7 +534,7 @@ void try_throw_any_exception(exception* ex) try_throw_exception(ex); try_throw_exception(ex); try_throw_exception(ex); - try_throw_exception(ex); + try_throw_exception(ex); // LCOV_EXCL_LINE assert(false); // LCOV_EXCL_LINE } }