From 8ae0ac8637dcb11fe60f365651ecfe8d20e8ced2 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 Apr 2018 00:39:22 +0200 Subject: [PATCH] make tests green again --- tests/metatype/tautotypetrait.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/metatype/tautotypetrait.nim b/tests/metatype/tautotypetrait.nim index 4040197c30..84cd7b9f34 100644 --- a/tests/metatype/tautotypetrait.nim +++ b/tests/metatype/tautotypetrait.nim @@ -1,5 +1,5 @@ discard """ - output: "(Field0: "string", Field1: "string")" + output: '''(Field0: "string", Field1: "string")''' """ # 7528