From b4742cc496da5a442b696e554764ab6857af5106 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 15 Jul 2019 09:39:35 +0200 Subject: [PATCH] fix failing tests --- tests/actiontable/tactiontable.nim | 2 +- tests/parallel/tsendtwice.nim | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/actiontable/tactiontable.nim b/tests/actiontable/tactiontable.nim index 72d51cf8e1..3f15a70bdd 100644 --- a/tests/actiontable/tactiontable.nim +++ b/tests/actiontable/tactiontable.nim @@ -33,5 +33,5 @@ const "C": action3, "D": action4}.toTable -# actionTable1["C"]("arg") +actionTable1["C"]("arg") actionTable2["C"]("arg") diff --git a/tests/parallel/tsendtwice.nim b/tests/parallel/tsendtwice.nim index 0b3ce15a5e..f44a073c7f 100644 --- a/tests/parallel/tsendtwice.nim +++ b/tests/parallel/tsendtwice.nim @@ -1,11 +1,11 @@ discard """ - output: '''ob2 @[] -ob @[] + output: '''ob @[] ob3 @[] -3 ob2 @[] +3 ob @[] ob3 @[] +ob2 @[] ''' cmd: "nim c -r --threads:on $file" """