From b9223479907152e1bd186065d9c19f844940224a Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 20 Jul 2017 23:33:41 +0200 Subject: [PATCH] make tests green again --- tests/exception/tfinally3.nim | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/exception/tfinally3.nim b/tests/exception/tfinally3.nim index 037ca9553d..6098672a22 100644 --- a/tests/exception/tfinally3.nim +++ b/tests/exception/tfinally3.nim @@ -1,10 +1,7 @@ discard """ file: "tfinally3.nim" - output: '''false -Within finally->try -Traceback (most recent call last) -tfinally3.nim(24) tfinally3 -Error: unhandled exception: First [Exception]''' + outputsub: '''false +Within finally->try''' exitCode: 1 """ # Test break in try statement: