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" """