made some tests green

This commit is contained in:
Araq
2014-03-27 19:43:17 +01:00
parent 3365b42bbe
commit 76ef752957
4 changed files with 5 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
discard """
outputsub: "101"
msg: "Warning: write to foreign heap"
line: 37
cmd: "nimrod cc --hints:on --threads:on $# $#"
"""
@@ -8,7 +10,7 @@ import os
var
thr: array [0..5, TThread[tuple[a, b: int]]]
proc doNothing() = nil
proc doNothing() = discard
type
PNode = ref TNode