From 267855f9fb41ee1fbbce9fc6cfa2e637d6e0ff93 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 18 Jul 2016 14:57:22 +0200 Subject: [PATCH] make tests green again --- compiler/sigmatch.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/sigmatch.nim b/compiler/sigmatch.nim index a3b9de5f48..4a5132d6d4 100644 --- a/compiler/sigmatch.nim +++ b/compiler/sigmatch.nim @@ -384,7 +384,7 @@ proc skipToGenericBody(t: PType; skipped: var SkippedPtr): PType = inc ptrs skipped = skippedPtr r = r.lastSon - of tyGenericBody: + of tyGenericBody, tyObject: r = r.lastSon else: break