From 747e9cebee47272704342895bc57cf5edd83b550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Tue, 10 May 2016 12:29:41 +0200 Subject: trycatch_SUITE: Cover the only uncovered line in sys_core_fold Recent spring cleaning in the test suite left a line in sys_core_fold dealing with an unnecessary catch uncovered. --- lib/compiler/test/trycatch_SUITE.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/compiler/test/trycatch_SUITE.erl') diff --git a/lib/compiler/test/trycatch_SUITE.erl b/lib/compiler/test/trycatch_SUITE.erl index f7ad78cb8d..a591d6cc93 100644 --- a/lib/compiler/test/trycatch_SUITE.erl +++ b/lib/compiler/test/trycatch_SUITE.erl @@ -1034,6 +1034,9 @@ grab_bag(_Config) -> end end, + %% Unnecessary catch. + 22 = (catch 22), + ok. -- cgit v1.2.3