From bb850aafec622401d26e052cbd8cd6a7fef36156 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 3 Jun 2012 20:37:56 +0300 Subject: codegen for C++ exceptions --- tests/run/texceptions.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run') diff --git a/tests/run/texceptions.nim b/tests/run/texceptions.nim index 2e6101c2a..69b2d0f6a 100644 --- a/tests/run/texceptions.nim +++ b/tests/run/texceptions.nim @@ -37,7 +37,7 @@ proc reraise_in_except = echo "BEFORE" raise newException(EIO, "") - except: + except EIO: echo "EXCEPT" raise -- cgit 1.4.1-2-gfad0 ype='hidden' name='id' value='e722770fbb5478e08af81603bd51576ca37abe2f'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/lib/nimrtl.nim.cfg
blob: b60de183a8e93d1d0044d75992954481c2f01971 (plain) (blame)
1
2
3
4
5