From 78f4aacde9e79e9a13b17dc2a3709d5f09a0ae0b Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 17 Jan 2012 23:58:18 +0100 Subject: pragma blocks; fixed line information issue with user defined assertions --- tests/stckovfl.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/stckovfl.nim b/tests/stckovfl.nim index 205d73edf..eeb499bed 100755 --- a/tests/stckovfl.nim +++ b/tests/stckovfl.nim @@ -1,7 +1,7 @@ # To test stack overflow message proc over(a: int): int = - if a >= 400: + if a >= 10: assert false return result = over(a+1)+5 -- cgit 1.4.1-2-gfad0