mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
made some tests green
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user