From 0926754e68861947c67986bc9c7e0a011a58267b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 5 Jul 2018 15:51:04 +0200 Subject: make tests green again --- tests/init/tuninit1.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/init/tuninit1.nim') diff --git a/tests/init/tuninit1.nim b/tests/init/tuninit1.nim index 886a1d766..891f1e96c 100644 --- a/tests/init/tuninit1.nim +++ b/tests/init/tuninit1.nim @@ -22,7 +22,7 @@ proc p = try: z = parseInt("1233") - except E_Base: + except Exception: case x of 34: z = 123 of 13: z = 34 -- cgit 1.4.1-2-gfad0 me='id' value='89782460a306edbf5e77872bd009775de785e724'/> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/compiler/seminst.nim
blob: acea9330b82032d2460bc1324f2dec0dcf1d416c (plain) (tree)
1
2
3
4
5
6
7
8
9